Home
last modified time | relevance | path

Searched refs:MAC_DROP_ON_NO_DESC (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/io/bpf/
H A Dbpf_mac.c115 MAC_DROP_ON_NO_DESC, NULL)); in mac_bpf_tx()
/titanic_41/usr/src/uts/common/sys/
H A Dmac_client.h120 #define MAC_DROP_ON_NO_DESC 0x01 /* freemsg() if no tx descs */ macro
/titanic_41/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c1004 ASSERT((flag & ~MAC_DROP_ON_NO_DESC) == 0); in softmac_fastpath_wput_data()
1025 if ((flag & MAC_DROP_ON_NO_DESC) != 0) in softmac_fastpath_wput_data()
1048 if ((flag & MAC_DROP_ON_NO_DESC) != 0) in softmac_fastpath_wput_data()
/titanic_41/usr/src/uts/common/xen/io/
H A Dxnbo.c102 MAC_DROP_ON_NO_DESC, NULL) != NULL) { in xnbo_to_mac()
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_sched.c3453 if (flag & MAC_DROP_ON_NO_DESC) { in mac_tx_srs_no_desc()
3515 if (flag & MAC_DROP_ON_NO_DESC) { in mac_tx_srs_enqueue()
3816 flag |= MAC_DROP_ON_NO_DESC; in mac_tx_fanout_mode()
4820 if (flag & MAC_DROP_ON_NO_DESC) { in mac_tx_sring_enqueue()
/titanic_41/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c835 error = mac_tx(mch, mp, 0, MAC_DROP_ON_NO_DESC, NULL); in sdpfp_senduio()
/titanic_41/usr/src/uts/sun4v/io/
H A Dvsw_phys.c965 (void) mac_tx(mch, mp, 0, MAC_DROP_ON_NO_DESC, NULL); in vsw_tx_msg()