init_txq         3804 drivers/net/ethernet/chelsio/cxgb4/sge.c 	init_txq(adap, &txq->q, FW_EQ_ETH_CMD_EQID_G(ntohl(c.eqid_pkd)));
init_txq         3863 drivers/net/ethernet/chelsio/cxgb4/sge.c 	init_txq(adap, &txq->q, FW_EQ_CTRL_CMD_EQID_G(ntohl(c.cmpliqid_eqid)));
init_txq         3938 drivers/net/ethernet/chelsio/cxgb4/sge.c 	init_txq(adap, &txq->q, FW_EQ_OFLD_CMD_EQID_G(ntohl(c.eqid_pkd)));
init_txq          614 drivers/net/ethernet/sfc/siena_sriov.c 	unsigned vf_txq = req->u.init_txq.index;
init_txq          615 drivers/net/ethernet/sfc/siena_sriov.c 	unsigned vf_evq = req->u.init_txq.evq;
init_txq          616 drivers/net/ethernet/sfc/siena_sriov.c 	unsigned buf_count = req->u.init_txq.buf_count;
init_txq          633 drivers/net/ethernet/sfc/siena_sriov.c 	if (__test_and_set_bit(req->u.init_txq.index, vf->txq_mask))
init_txq          636 drivers/net/ethernet/sfc/siena_sriov.c 	efx_siena_sriov_bufs(efx, buftbl, req->u.init_txq.addr, buf_count);
init_txq          640 drivers/net/ethernet/sfc/siena_sriov.c 	label = req->u.init_txq.label & EFX_FIELD_MASK(FRF_AZ_TX_DESCQ_LABEL);
init_txq          193 drivers/net/ethernet/sfc/vfdi.h 		} init_txq;