Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_mcx.c1952 struct mcx_flow_match { struct
1954 uint8_t mc_src_mac[6];
1955 uint16_t mc_ethertype;
1956 uint8_t mc_dest_mac[6];
1957 uint16_t mc_first_vlan;
1958 uint8_t mc_ip_proto;
1959 uint8_t mc_ip_dscp_ecn;
1983 CTASSERT(sizeof(struct mcx_flow_match) == 512); argument