Home
last modified time | relevance | path

Searched defs:fcoe_kwqe_conn_enable_disable (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/bxe/
H A Decore_hsi.h8379 struct fcoe_kwqe_conn_enable_disable struct
8381 uint16_t reserved0;
8382 struct fcoe_kwqe_header hdr /* KWQ WQE header */;
8383 uint8_t src_mac_addr_lo[2] /* Lower 16-bit of source MAC address (HBAs MAC address) */;
8384 uint8_t src_mac_addr_mid[2] /* Mid 16-bit of source MAC address (HBAs MAC address) */;
8385 uint8_t src_mac_addr_hi[2] /* Higher 16-bit of source MAC address (HBAs MAC address) */;
8386 uint16_t vlan_tag;
8393 uint8_t dst_mac_addr_lo[2] /* Lower 16-bit of destination MAC address (FCFs MAC address) */;
8394 uint8_t dst_mac_addr_mid[2] /* Mid 16-bit of destination MAC address (FCFs MAC address) */;
8395 uint8_t dst_mac_addr_hi[2] /* Higher 16-bit of destination MAC address (FCFs MAC address) */;
[all …]