Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/cisco/enic/
H 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()
H A Denic.h101 u16 rq_id; member
H A Denic_ethtool.c444 fsp->ring_cookie = n->rq_id; in enic_grxclsrule()
/openbmc/linux/drivers/scsi/elx/efct/
H 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()
H 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()
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H 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()
H A Dhinic_debugfs.h85 int hinic_rq_debug_add(struct hinic_dev *dev, u16 rq_id);
/openbmc/linux/drivers/scsi/elx/libefc_sli/
H A Dsli4.c2614 *r_id = le16_to_cpu(rcqe->rq_id); in sli_fc_cqe_parse()
2623 *r_id = le16_to_cpu(optcqe->rq_id); in sli_fc_cqe_parse()
2652 *r_id = le16_to_cpu(rcqe->rq_id); in sli_fc_cqe_parse()
2752 *rq_id = 0; in sli_fc_rqe_rqid_and_index()
2783 *rq_id = le16_to_cpu(rcqe_v1->rq_id); in sli_fc_rqe_rqid_and_index()
2805 *rq_id = le16_to_cpu(optcqe->rq_id); in sli_fc_rqe_rqid_and_index()
2829 *rq_id = le16_to_cpu(rcqe->rq_id); in sli_fc_rqe_rqid_and_index()
2842 le16_to_cpu(rcqe->rq_id), in sli_fc_rqe_rqid_and_index()
3325 reg_fcfi->rqid0 = rq_cfg[0].rq_id; in sli_cmd_reg_fcfi()
3328 reg_fcfi->rqid1 = rq_cfg[1].rq_id; in sli_cmd_reg_fcfi()
[all …]
H 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);
/openbmc/linux/drivers/xen/xenbus/
H 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()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c14618 uint32_t status, rq_id; in lpfc_sli4_sp_handle_rcqe() local
14626 rq_id = bf_get(lpfc_rcqe_rq_id_v1, rcqe); in lpfc_sli4_sp_handle_rcqe()
14628 rq_id = bf_get(lpfc_rcqe_rq_id, rcqe); in lpfc_sli4_sp_handle_rcqe()
14629 if (rq_id != hrq->queue_id) in lpfc_sli4_sp_handle_rcqe()
15159 uint32_t status, rq_id; in lpfc_sli4_nvmet_handle_rcqe() local
15176 rq_id = bf_get(lpfc_rcqe_rq_id_v1, rcqe); in lpfc_sli4_nvmet_handle_rcqe()
15178 rq_id = bf_get(lpfc_rcqe_rq_id, rcqe); in lpfc_sli4_nvmet_handle_rcqe()
15181 (rq_id != hrq->queue_id)) in lpfc_sli4_nvmet_handle_rcqe()