Home
last modified time | relevance | path

Searched refs:l4_proto (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/io/igb/
H A Digb_tx.c608 uint32_t l4_proto; in igb_get_tx_context() local
640 l4_proto = 0; in igb_get_tx_context()
708 l4_proto = *(uint8_t *)(pos + offsetof(ipha_t, ipha_protocol)); in igb_get_tx_context()
720 l4_proto = *(uint8_t *)pos; in igb_get_tx_context()
749 ctx->l4_proto = l4_proto; in igb_get_tx_context()
785 (ctx->l4_proto != last->l4_proto) || in igb_check_tx_context()
821 switch (ctx->l4_proto) { in igb_fill_tx_context()
H A Digb_sw.h357 uint32_t l4_proto; member
/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c705 uint32_t l4_proto; in ixgbe_get_context() local
738 l4_proto = 0; in ixgbe_get_context()
822 l4_proto = *(uint8_t *)pos; in ixgbe_get_context()
834 l4_proto = *(uint8_t *)pos; in ixgbe_get_context()
862 ctx->l4_proto = l4_proto; in ixgbe_get_context()
898 (ctx->l4_proto != last->l4_proto) || in ixgbe_check_context()
934 switch (ctx->l4_proto) { in ixgbe_fill_context()
H A Dixgbe_sw.h397 uint32_t l4_proto; member
/titanic_41/usr/src/uts/common/io/ntxn/
H A Dunm_nic_main.c662 switch (pktinfo->l4_proto) { in unm_tx_csum()
730 pktinfo->l4_proto = in unm_get_pkt_info()
759 pktinfo->l4_proto = ((ipha_t *)(uintptr_t)ipp)->ipha_protocol; in unm_update_pkt_info()
949 if ((pktinfo->l4_proto == IPPROTO_TCP) || in unm_send_mapped()
950 (pktinfo->l4_proto == IPPROTO_UDP)) { in unm_send_mapped()
H A Dunm_nic.h195 uint16_t l4_proto; member