Home
last modified time | relevance | path

Searched refs:CPL_TX_PKT_LSO (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h55 CPL_TX_PKT_LSO = 0x16, enumerator
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h151 CPL_TX_PKT_LSO = 0xED, enumerator
/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c5357 ctrl = V_LSO_OPCODE(CPL_TX_PKT_LSO) | in write_lso_cpl()
6688 ctrl = V_LSO_OPCODE(CPL_TX_PKT_LSO) | in write_ethofld_wr()
/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c1461 cntrl |= V_TXPKT_OPCODE(CPL_TX_PKT_LSO); in t3_encap()