Searched refs:mac_ether_offload_info (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/intel/io/viona/ |
H A D | viona_tx.c | 629 (void) mac_ether_offload_info(mp, meoi); in viona_tx_copy_headers() 644 (void) mac_ether_offload_info(mp, meoi); in viona_tx_copy_headers() 652 if (mac_ether_offload_info(mp, meoi) == 0) { in viona_tx_copy_headers() 675 (void) mac_ether_offload_info(mp, meoi); in viona_tx_copy_headers()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | mac_provider.h | 673 typedef struct mac_ether_offload_info { struct 683 extern int mac_ether_offload_info(mblk_t *, argument
|
/illumos-gate/usr/src/uts/common/mapfiles/ |
H A D | mac.mapfile | 36 mac_ether_offload_info { FLAGS = EXTERN };
|
/illumos-gate/usr/src/uts/common/io/ena/ |
H A D | ena_tx.c | 430 if (mac_ether_offload_info(mp, &meo) != 0) { in ena_ring_tx()
|
/illumos-gate/usr/src/uts/common/io/mac/ |
H A D | mac_provider.c | 1788 mac_ether_offload_info(mblk_t *mp, mac_ether_offload_info_t *meoi) in mac_ether_offload_info() function
|
/illumos-gate/usr/src/uts/common/io/igc/ |
H A D | igc_ring.c | 1640 if (mac_ether_offload_info(mp, &tx.itx_meoi) != 0) { in igc_ring_tx()
|
/illumos-gate/usr/src/uts/common/io/vioif/ |
H A D | vioif.c | 1321 if (mac_ether_offload_info(mp, &meo) != 0) { in vioif_send()
|
/illumos-gate/usr/src/uts/common/io/i40e/ |
H A D | i40e_transceiver.c | 2738 if (mac_ether_offload_info(mp, &meo) != 0) { in i40e_ring_tx()
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_sge.c | 2485 (void) mac_ether_offload_info(m, &txinfo->meoi); in get_frame_txinfo()
|