Searched refs:l2_id (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/sfxge/
H A Dsfxge_rx.h63 * @l2_id: Identifying information from layer 2
84 uint16_t l2_id; member in struct:sfxge_lro_conn
H A Dsfxge_rx.c133 /* Flags for sfxge_lro_conn::l2_id; must not collide with EVL_VLID_MASK */
136 #define SFXGE_LRO_CONN_IS_VLAN_ENCAP(c) ((c)->l2_id & SFXGE_LRO_L2_ID_VLAN)
137 #define SFXGE_LRO_CONN_IS_TCPIPV4(c) (!((c)->l2_id & SFXGE_LRO_L2_ID_IPV6))
630 uint16_t l2_id, void *nh, struct tcphdr *th)
654 c->l2_id = l2_id;
678 uint16_t l2_id; local
693 l2_id = EVL_VLANOFTAG(ntohs(veh->evl_tag)) |
698 l2_id = 0;
721 l2_id |
629 sfxge_lro_new_conn(struct sfxge_lro_state *st, uint32_t conn_hash, uint16_t l2_id, void *nh, struct tcphdr *th) argument
[all...]

Completed in 102 milliseconds