Searched refs:rq_id (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/scsi/elx/efct/ |
A D | efct_hw_queues.c | 484 efct_hw_rqpair_find(struct efct_hw *hw, u16 rq_id) in efct_hw_rqpair_find() argument 486 return efct_hw_queue_hash_find(hw->rq_hash, rq_id); in efct_hw_rqpair_find() 524 u16 rq_id; in efct_hw_rqpair_process_rq() local 534 &rq_id, &index); in efct_hw_rqpair_process_rq() 540 rqindex = efct_hw_rqpair_find(hw, rq_id); in efct_hw_rqpair_process_rq() 544 rq_status, rq_id); in efct_hw_rqpair_process_rq() 574 rqindex = efct_hw_rqpair_find(hw, rq_id); in efct_hw_rqpair_process_rq() 577 rq_id); in efct_hw_rqpair_process_rq()
|
A D | efct_hw.c | 733 rq_cfg[i].rq_id = cpu_to_le16(0xffff); in efct_hw_config_rq() 758 rq_cfg[i].rq_id = cpu_to_le16(rq->hdr->id); in efct_hw_config_rq() 791 rq_filter[i].rq_id = cpu_to_le16(0xffff); in efct_hw_config_mrq() 799 rq_filter[0].rq_id = cpu_to_le16(rq->hdr->id); in efct_hw_config_mrq() 800 rq_filter[1].rq_id = cpu_to_le16(rq->hdr->id); in efct_hw_config_mrq()
|
/linux/drivers/net/ethernet/cisco/enic/ |
A D | enic_clsf.c | 140 res = rps_may_expire_flow(enic->netdev, n->rq_id, in enic_flow_may_expire() 192 if (rxq_index == n->rq_id) { in enic_rx_flow_steer() 248 n->rq_id = rxq_index; in enic_rx_flow_steer() 273 n->rq_id = rxq_index; in enic_rx_flow_steer()
|
A D | enic.h | 114 u16 rq_id; member
|
A D | enic_ethtool.c | 455 fsp->ring_cookie = n->rq_id; in enic_grxclsrule()
|
/linux/drivers/net/ethernet/huawei/hinic/ |
A D | hinic_debugfs.c | 228 int hinic_rq_debug_add(struct hinic_dev *dev, u16 rq_id) in hinic_rq_debug_add() argument 234 rq = dev->rxqs[rq_id].rq; in hinic_rq_debug_add() 236 sprintf(sub_dir, "0x%x", rq_id); in hinic_rq_debug_add()
|
A D | hinic_debugfs.h | 86 int hinic_rq_debug_add(struct hinic_dev *dev, u16 rq_id);
|
/linux/drivers/scsi/elx/libefc_sli/ |
A D | sli4.c | 2618 *r_id = le16_to_cpu(rcqe->rq_id); in sli_fc_cqe_parse() 2627 *r_id = le16_to_cpu(optcqe->rq_id); in sli_fc_cqe_parse() 2656 *r_id = le16_to_cpu(rcqe->rq_id); in sli_fc_cqe_parse() 2756 *rq_id = 0; in sli_fc_rqe_rqid_and_index() 2787 *rq_id = le16_to_cpu(rcqe_v1->rq_id); in sli_fc_rqe_rqid_and_index() 2809 *rq_id = le16_to_cpu(optcqe->rq_id); in sli_fc_rqe_rqid_and_index() 2833 *rq_id = le16_to_cpu(rcqe->rq_id); in sli_fc_rqe_rqid_and_index() 2846 le16_to_cpu(rcqe->rq_id), in sli_fc_rqe_rqid_and_index() 3329 reg_fcfi->rqid0 = rq_cfg[0].rq_id; in sli_cmd_reg_fcfi() 3332 reg_fcfi->rqid1 = rq_cfg[1].rq_id; in sli_cmd_reg_fcfi() [all …]
|
A D | sli4.h | 1886 __le16 rq_id; member 1909 __le16 rq_id; member 1934 __le16 rq_id; member 2489 __le16 rq_id; member 4045 sli_fc_rqe_rqid_and_index(struct sli4 *sli4, u8 *cqe, u16 *rq_id, u32 *index);
|
/linux/drivers/xen/xenbus/ |
A D | xenbus_xs.c | 117 uint32_t rq_id; in xs_request_enter() local 132 rq_id = xs_request_id++; in xs_request_enter() 136 return rq_id; in xs_request_enter()
|
/linux/drivers/scsi/lpfc/ |
A D | lpfc_sli.c | 14670 uint32_t status, rq_id; in lpfc_sli4_sp_handle_rcqe() local 14678 rq_id = bf_get(lpfc_rcqe_rq_id_v1, rcqe); in lpfc_sli4_sp_handle_rcqe() 14680 rq_id = bf_get(lpfc_rcqe_rq_id, rcqe); in lpfc_sli4_sp_handle_rcqe() 14681 if (rq_id != hrq->queue_id) in lpfc_sli4_sp_handle_rcqe() 15194 uint32_t status, rq_id; in lpfc_sli4_nvmet_handle_rcqe() local 15211 rq_id = bf_get(lpfc_rcqe_rq_id_v1, rcqe); in lpfc_sli4_nvmet_handle_rcqe() 15213 rq_id = bf_get(lpfc_rcqe_rq_id, rcqe); in lpfc_sli4_nvmet_handle_rcqe() 15216 (rq_id != hrq->queue_id)) in lpfc_sli4_nvmet_handle_rcqe()
|
Completed in 80 milliseconds