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 D | bpf_mac.c | 115 MAC_DROP_ON_NO_DESC, NULL)); in mac_bpf_tx()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | mac_client.h | 120 #define MAC_DROP_ON_NO_DESC 0x01 /* freemsg() if no tx descs */ macro
|
/titanic_41/usr/src/uts/common/io/softmac/ |
H A D | softmac_fp.c | 1004 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 D | xnbo.c | 102 MAC_DROP_ON_NO_DESC, NULL) != NULL) { in xnbo_to_mac()
|
/titanic_41/usr/src/uts/common/io/mac/ |
H A D | mac_sched.c | 3453 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 D | sockmod_pfp.c | 835 error = mac_tx(mch, mp, 0, MAC_DROP_ON_NO_DESC, NULL); in sdpfp_senduio()
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | vsw_phys.c | 965 (void) mac_tx(mch, mp, 0, MAC_DROP_ON_NO_DESC, NULL); in vsw_tx_msg()
|