Searched defs:eth_hdr_size (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_txdma.c264 size_t eth_hdr_size; local
329 eth_hdr_size = sizeof (struct ether_header);
331 eth_hdr_size = sizeof (struct ether_vlan_header);
336 if (mblk_len > eth_hdr_size + sizeof (uint8_t)) {
337 ip_buf = nmp->b_rptr + eth_hdr_size;
338 mblk_len -= eth_hdr_size;
342 ip_buf += eth_hdr_size;
363 ip_buf += eth_hdr_size;
370 tmp = (uint64_t)(eth_hdr_size >> 1);
374 " iph_len %d l3start %d eth_hdr_size
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_txdma.c472 size_t eth_hdr_size; local
547 eth_hdr_size = sizeof (struct ether_header);
549 eth_hdr_size = sizeof (struct ether_vlan_header);
554 if (mblk_len > eth_hdr_size + sizeof (uint8_t)) {
555 ip_buf = nmp->b_rptr + eth_hdr_size;
556 mblk_len -= eth_hdr_size;
560 ip_buf += eth_hdr_size;
583 ip_buf += eth_hdr_size;
591 tmp = (uint64_t)(eth_hdr_size >> 1);
595 " iph_len %d l3start %d eth_hdr_size
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h5835 u8_t eth_hdr_size /* Ethernet header size without eth type */; member in struct:xstorm_fcoe_context_section
5839 u8_t eth_hdr_size /* Ethernet header size without eth type */; member in struct:xstorm_fcoe_context_section

Completed in 127 milliseconds