Searched refs:hw_qid (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/fungible/funcore/ |
A D | fun_queue.c | 86 u32 hw_qid; in fun_sq_create() local 113 hw_qid = be32_to_cpu(cmd.rsp.id); in fun_sq_create() 114 *dbp = fun_sq_db_addr(fdev, hw_qid); in fun_sq_create() 116 *sqidp = hw_qid; in fun_sq_create() 135 u32 hw_qid; in fun_cq_create() local 156 hw_qid = be32_to_cpu(cmd.rsp.id); in fun_cq_create() 157 *dbp = fun_cq_db_addr(fdev, hw_qid); in fun_cq_create() 159 *cqidp = hw_qid; in fun_cq_create()
|
/linux-6.3-rc2/drivers/net/ethernet/fungible/funeth/ |
A D | funeth_tx.c | 699 &q->hw_qid, &q->db); in fun_txq_create_dev() 703 err = fun_create_and_bind_tx(fp, q->hw_qid); in fun_txq_create_dev() 719 irq ? "Tx" : "XDP", q->qidx, ndesc, q->hw_qid, irq_idx, in fun_txq_create_dev() 724 fun_destroy_sq(fp->fdev, q->hw_qid); in fun_txq_create_dev() 741 q->irq ? "Tx" : "XDP", q->qidx, q->hw_qid, in fun_txq_free_dev() 744 fun_destroy_sq(fp->fdev, q->hw_qid); in fun_txq_free_dev()
|
A D | funeth_txrx.h | 107 u32 hw_qid; /* device ID of the queue */ member
|
/linux-6.3-rc2/drivers/scsi/bfa/ |
A D | bfa.h | 51 (__mh).mtag.h2i.qid = (__bfa)->iocfc.hw_qid[__reqq];\ 225 u8 hw_qid[BFI_IOC_MAX_CQS]; member
|
A D | bfi_ms.h | 85 u8 hw_qid[BFI_IOC_MAX_CQS]; member
|
A D | bfa_core.c | 1251 bfa->iocfc.hw_qid[i] = qreg->hw_qid[i]; in bfa_iocfc_qreg()
|
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnx2x/ |
A D | bnx2x_vfpf.h | 199 u8 hw_qid[PFVF_MAX_QUEUES_PER_VF]; member
|
A D | bnx2x_sriov.h | 528 bp->acquire_resp.resc.hw_qid[fp->index] * in bnx2x_vf_ustorm_prods_offset()
|
A D | bnx2x_vfpf.c | 1295 resc->hw_qid[i] = in bnx2x_vf_mbx_acquire_resp() 1328 DP_CONT(BNX2X_MSG_IOV, "%d ", resc->hw_qid[i]); in bnx2x_vf_mbx_acquire_resp()
|
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qed/ |
A D | qed_vf.c | 755 u8 hw_qid = p_iov->acquire_resp.resc.hw_qid[rx_qid]; in qed_vf_pf_rxq_start() local 761 hw_qid * MSTORM_QZONE_SIZE; in qed_vf_pf_rxq_start()
|
A D | qed_vf.h | 204 u8 hw_qid[PFVF_MAX_QUEUES_PER_VF]; member
|
A D | qed_sriov.c | 1458 (u16 *)&p_resp->hw_qid[i]); in qed_iov_vf_mbx_acquire_resc()
|
/linux-6.3-rc2/drivers/net/ethernet/brocade/bna/ |
A D | bfi_enet.h | 439 u8 hw_qid; /* For debugging */ member
|
A D | bna_tx_rx.c | 3290 txq->hw_id = cfg_rsp->q_handles[i].hw_qid; in bna_bfi_tx_enet_start_rsp()
|
Completed in 60 milliseconds