Home
last modified time | relevance | path

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

/freebsd/sys/dev/sfxge/
H A Dsfxge_rx.c133 #define SFXGE_LRO_CONN_IS_VLAN_ENCAP(c) ((c)->l2_id & SFXGE_LRO_L2_ID_VLAN)
134 #define SFXGE_LRO_CONN_IS_TCPIPV4(c) (!((c)->l2_id & SFXGE_LRO_L2_ID_IPV6))
627 uint16_t l2_id, void *nh, struct tcphdr *th) in sfxge_lro_new_conn() argument
651 c->l2_id = l2_id; in sfxge_lro_new_conn()
675 uint16_t l2_id; in sfxge_lro() local
690 l2_id = EVL_VLANOFTAG(ntohs(veh->evl_tag)) | in sfxge_lro()
695 l2_id = 0; in sfxge_lro()
718 l2_id |= SFXGE_LRO_L2_ID_IPV6; in sfxge_lro()
727 if ((c->l2_id - l2_id) | (c->conn_hash - conn_hash)) in sfxge_lro()
767 sfxge_lro_new_conn(&rxq->lro, conn_hash, l2_id, nh, th); in sfxge_lro()
H A Dsfxge_rx.h82 uint16_t l2_id; member