Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_provider.h673 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 Dmac.mapfile36 mac_ether_offload_info { FLAGS = EXTERN };
/illumos-gate/usr/src/uts/common/io/ena/
H A Dena_tx.c398 if (mac_ether_offload_info(mp, &meo) != 0) { in ena_ring_tx()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_provider.c1762 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 Digc_ring.c1640 if (mac_ether_offload_info(mp, &tx.itx_meoi) != 0) { in igc_ring_tx()
/illumos-gate/usr/src/uts/common/io/vioif/
H A Dvioif.c1321 if (mac_ether_offload_info(mp, &meo) != 0) { in vioif_send()
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c2738 if (mac_ether_offload_info(mp, &meo) != 0) { in i40e_ring_tx()