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

/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_rx.h61 * @l2_id: Identifying information from layer 2
82 uint16_t l2_id; member in struct:sfxge_lro_conn
H A Dsfxge_rx.c131 /* Flags for sfxge_lro_conn::l2_id; must not collide with EVL_VLID_MASK */
134 #define SFXGE_LRO_CONN_IS_VLAN_ENCAP(c) ((c)->l2_id & SFXGE_LRO_L2_ID_VLAN)
135 #define SFXGE_LRO_CONN_IS_TCPIPV4(c) (!((c)->l2_id & SFXGE_LRO_L2_ID_IPV6))
628 uint16_t l2_id, void *nh, struct tcphdr *th)
652 c->l2_id = l2_id;
676 uint16_t l2_id; local
691 l2_id = EVL_VLANOFTAG(ntohs(veh->evl_tag)) |
696 l2_id = 0;
719 l2_id |
627 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 45 milliseconds