HomeSort by: relevance | last modified time | path
    Searched refs:CPL_TX_PKT (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_t3_cpl.h 46 CPL_TX_PKT = 0xE,
1117 struct cpl_tx_pkt { struct
1132 /* cpl_tx_pkt*.cntrl fields */
cxgb_sge.c 908 if (m->m_pkthdr.len <= WR_LEN - sizeof(struct cpl_tx_pkt))
1172 struct cpl_tx_pkt *cpl;
1186 cpl = (struct cpl_tx_pkt *)txd;
1246 cntrl |= V_TXPKT_OPCODE(CPL_TX_PKT);

Completed in 20 milliseconds