Home
last modified time | relevance | path

Searched refs:V_TXPKT_PF (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c2963 V_TXPKT_INTF(pi->tx_chan) | V_TXPKT_PF(pi->adapter->pf)); in write_txpkt_wr()
3068 V_TXPKT_INTF(pi->tx_chan) | V_TXPKT_PF(pi->adapter->pf)); in write_ulp_cpl_sgl()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_msg.h1210 #define V_TXPKT_PF(x) ((x) << S_TXPKT_PF) macro