Searched refs:rq_id (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/cisco/enic/ |
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()
|
D | enic.h | 101 u16 rq_id; member
|
D | enic_ethtool.c | 444 fsp->ring_cookie = n->rq_id; in enic_grxclsrule()
|
/linux-6.1.9/drivers/scsi/elx/efct/ |
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()
|
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-6.1.9/drivers/net/ethernet/huawei/hinic/ |
D | hinic_debugfs.c | 234 int hinic_rq_debug_add(struct hinic_dev *dev, u16 rq_id) in hinic_rq_debug_add() argument 240 rq = dev->rxqs[rq_id].rq; in hinic_rq_debug_add() 242 sprintf(sub_dir, "0x%x", rq_id); in hinic_rq_debug_add()
|
D | hinic_debugfs.h | 85 int hinic_rq_debug_add(struct hinic_dev *dev, u16 rq_id);
|
/linux-6.1.9/drivers/scsi/elx/libefc_sli/ |
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() 2750 sli_fc_rqe_rqid_and_index(struct sli4 *sli4, u8 *cqe, u16 *rq_id, u32 *index) in sli_fc_rqe_rqid_and_index() argument 2756 *rq_id = 0; in sli_fc_rqe_rqid_and_index() 2765 *rq_id = le16_to_cpu(rcqe->fcfi_rq_id_word) & SLI4_RACQE_RQ_ID; in sli_fc_rqe_rqid_and_index() 2787 *rq_id = le16_to_cpu(rcqe_v1->rq_id); in sli_fc_rqe_rqid_and_index() 2799 le16_to_cpu(rcqe_v1->rq_id), rq_element_index); in sli_fc_rqe_rqid_and_index() 2809 *rq_id = le16_to_cpu(optcqe->rq_id); in sli_fc_rqe_rqid_and_index() 2818 le16_to_cpu(optcqe->rq_id), *index, in sli_fc_rqe_rqid_and_index() [all …]
|
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-6.1.9/drivers/xen/xenbus/ |
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-6.1.9/drivers/scsi/lpfc/ |
D | lpfc_sli.c | 14604 uint32_t status, rq_id; in lpfc_sli4_sp_handle_rcqe() local 14612 rq_id = bf_get(lpfc_rcqe_rq_id_v1, rcqe); in lpfc_sli4_sp_handle_rcqe() 14614 rq_id = bf_get(lpfc_rcqe_rq_id, rcqe); in lpfc_sli4_sp_handle_rcqe() 14615 if (rq_id != hrq->queue_id) in lpfc_sli4_sp_handle_rcqe() 15119 uint32_t status, rq_id; in lpfc_sli4_nvmet_handle_rcqe() local 15136 rq_id = bf_get(lpfc_rcqe_rq_id_v1, rcqe); in lpfc_sli4_nvmet_handle_rcqe() 15138 rq_id = bf_get(lpfc_rcqe_rq_id, rcqe); in lpfc_sli4_nvmet_handle_rcqe() 15141 (rq_id != hrq->queue_id)) in lpfc_sli4_nvmet_handle_rcqe()
|