Home
last modified time | relevance | path

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

/NextBSD/sys/dev/sfxge/
HDsfxge_rx.c127 #define SFXGE_LRO_CONN_IS_VLAN_ENCAP(c) ((c)->l2_id & SFXGE_LRO_L2_ID_VLAN)
128 #define SFXGE_LRO_CONN_IS_TCPIPV4(c) (!((c)->l2_id & SFXGE_LRO_L2_ID_IPV6))
634 uint16_t l2_id, void *nh, struct tcphdr *th) in sfxge_lro_new_conn() argument
658 c->l2_id = l2_id; in sfxge_lro_new_conn()
682 uint16_t l2_id; in sfxge_lro() local
697 l2_id = EVL_VLANOFTAG(ntohs(veh->evl_tag)) | in sfxge_lro()
702 l2_id = 0; in sfxge_lro()
725 l2_id |= SFXGE_LRO_L2_ID_IPV6; in sfxge_lro()
734 if ((c->l2_id - l2_id) | (c->conn_hash - conn_hash)) in sfxge_lro()
774 sfxge_lro_new_conn(&rxq->lro, conn_hash, l2_id, nh, th); in sfxge_lro()
HDsfxge_rx.h100 uint16_t l2_id; member