Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlxgb/
H A Dqla_hw.h721 #define QL_FRAME_HDR_SIZE (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN +\ macro
791 uint8_t frame_hdr[QL_FRAME_HDR_SIZE];
/freebsd/sys/dev/qlxge/
H A Dqls_def.h83 #define QL_FRAME_HDR_SIZE (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN +\ macro
/freebsd/sys/dev/qlxgbe/
H A Dql_hw.h1520 #define QL_FRAME_HDR_SIZE (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN +\ macro
H A Dql_hw.c2480 uint8_t frame_hdr[QL_FRAME_HDR_SIZE]; in ql_hw_send()