Home
last modified time | relevance | path

Searched refs:rq_id (Results 1 – 11 of 11) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/cisco/enic/
A Denic_clsf.c140 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 Denic.h101 u16 rq_id; member
A Denic_ethtool.c444 fsp->ring_cookie = n->rq_id; in enic_grxclsrule()
/linux-6.3-rc2/drivers/scsi/elx/efct/
A Defct_hw_queues.c484 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 Defct_hw.c733 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.3-rc2/drivers/net/ethernet/huawei/hinic/
A Dhinic_debugfs.c234 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()
A Dhinic_debugfs.h85 int hinic_rq_debug_add(struct hinic_dev *dev, u16 rq_id);
/linux-6.3-rc2/drivers/scsi/elx/libefc_sli/
A Dsli4.c2618 *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 Dsli4.h1886 __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.3-rc2/drivers/xen/xenbus/
A Dxenbus_xs.c117 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.3-rc2/drivers/scsi/lpfc/
A Dlpfc_sli.c14645 uint32_t status, rq_id; in lpfc_sli4_sp_handle_rcqe() local
14653 rq_id = bf_get(lpfc_rcqe_rq_id_v1, rcqe); in lpfc_sli4_sp_handle_rcqe()
14655 rq_id = bf_get(lpfc_rcqe_rq_id, rcqe); in lpfc_sli4_sp_handle_rcqe()
14656 if (rq_id != hrq->queue_id) in lpfc_sli4_sp_handle_rcqe()
15160 uint32_t status, rq_id; in lpfc_sli4_nvmet_handle_rcqe() local
15177 rq_id = bf_get(lpfc_rcqe_rq_id_v1, rcqe); in lpfc_sli4_nvmet_handle_rcqe()
15179 rq_id = bf_get(lpfc_rcqe_rq_id, rcqe); in lpfc_sli4_nvmet_handle_rcqe()
15182 (rq_id != hrq->queue_id)) in lpfc_sli4_nvmet_handle_rcqe()

Completed in 140 milliseconds