Home
last modified time | relevance | path

Searched refs:p_ether_header_t (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/io/hxge/
H A Dhxge_impl.h182 typedef struct ether_header ether_header_t, *p_ether_header_t; typedef
H A Dhxge_txdma.c297 eth_type = ntohs(((p_ether_header_t)hdrs_buf)->ether_type); in hxge_fill_tx_hdr()
349 ((p_ether_header_t)hdrs_buf)->ether_type = 0; in hxge_fill_tx_hdr()
383 ((p_ether_header_t)hdrs_buf)->ether_type = 0; in hxge_fill_tx_hdr()
/titanic_44/usr/src/uts/common/io/nxge/
H A Dnxge_txdma.c516 eth_type = ntohs(((p_ether_header_t)hdrs_buf)->ether_type); in nxge_fill_tx_hdr()
568 ((p_ether_header_t)hdrs_buf)->ether_type = 0; in nxge_fill_tx_hdr()
606 ((p_ether_header_t)hdrs_buf)->ether_type = 0; in nxge_fill_tx_hdr()
/titanic_44/usr/src/uts/common/sys/nxge/
H A Dnxge_impl.h533 typedef struct ether_header ether_header_t, *p_ether_header_t; typedef