Searched defs:init_txq (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/sfc/
H A Dvfdi.h143 * @u.init_txq.index: Index of transmit queue to create.
144 * @u.init_txq.buf_count: Number of 4k buffers backing transmit queue.
145 * @u.init_txq.evq: Instance of event queue to target transmit completion
147 * @u.init_txq.label: Label used in transmit completion events.
148 * @u.init_txq.flags: Checksum offload flags.
149 * @u.init_txq.addr: Array of length %u.init_txq.buf_count containing DMA
196 } init_txq; member in union:vfdi_req::__anon2918
/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c2077 static void init_txq(struct adapter *adap, struct sge_txq *q, unsigned int id) function
2133 init_txq(adap, &txq->q, FW_EQ_ETH_CMD_EQID_GET(ntohl(c.eqid_pkd)));
2184 init_txq(adap, &txq->q, FW_EQ_CTRL_CMD_EQID_GET(ntohl(c.cmpliqid_eqid)));
2237 init_txq(adap, &txq->q, FW_EQ_OFLD_CMD_EQID_GET(ntohl(c.eqid_pkd)));

Completed in 507 milliseconds