Searched refs:init_txq (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/sfc/siena/ |
D | vfdi.h | 193 } init_txq; member
|
D | siena_sriov.c | 616 unsigned vf_txq = req->u.init_txq.index; in efx_vfdi_init_txq() 617 unsigned vf_evq = req->u.init_txq.evq; in efx_vfdi_init_txq() 618 unsigned buf_count = req->u.init_txq.buf_count; in efx_vfdi_init_txq() 635 if (__test_and_set_bit(req->u.init_txq.index, vf->txq_mask)) in efx_vfdi_init_txq() 638 efx_siena_sriov_bufs(efx, buftbl, req->u.init_txq.addr, buf_count); in efx_vfdi_init_txq() 642 label = req->u.init_txq.label & EFX_FIELD_MASK(FRF_AZ_TX_DESCQ_LABEL); in efx_vfdi_init_txq()
|
/linux-6.1.9/drivers/net/ethernet/sfc/ |
D | vfdi.h | 193 } init_txq; member
|
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 4566 static void init_txq(struct adapter *adap, struct sge_txq *q, unsigned int id) in init_txq() function 4671 init_txq(adap, &txq->q, FW_EQ_ETH_CMD_EQID_G(ntohl(c.eqid_pkd))); in t4_sge_alloc_eth_txq() 4733 init_txq(adap, &txq->q, FW_EQ_CTRL_CMD_EQID_G(ntohl(c.cmpliqid_eqid))); in t4_sge_alloc_ctrl_txq() 4805 init_txq(adap, q, FW_EQ_OFLD_CMD_EQID_G(ntohl(c.eqid_pkd))); in t4_sge_alloc_ofld_txq()
|