Searched refs:csum_flags (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/oce/ |
H A D | oce_rx.c | 442 int csum_flags = 0; in oce_set_rx_oflags() local 446 csum_flags |= HCK_IPV4_HDRCKSUM_OK; in oce_set_rx_oflags() 450 csum_flags |= (HCK_FULLCKSUM | HCK_FULLCKSUM_OK); in oce_set_rx_oflags() 453 if (csum_flags) { in oce_set_rx_oflags() 454 (void) mac_hcksum_set(mp, 0, 0, 0, 0, csum_flags); in oce_set_rx_oflags()
|
H A D | oce_tx.c | 685 uint32_t csum_flags = 0; in oce_send_packet() local 726 mac_hcksum_get(mp, NULL, NULL, NULL, NULL, &csum_flags); in oce_send_packet() 810 if (csum_flags & HCK_FULLCKSUM) { in oce_send_packet() 824 if (csum_flags & HCK_IPV4_HDRCKSUM) in oce_send_packet()
|
H A D | oce_gld.c | 324 uint32_t *csum_flags = u32ptr(data); in oce_m_getcap() local 325 *csum_flags = HCKSUM_ENABLE | in oce_m_getcap()
|
/titanic_41/usr/src/uts/common/inet/ipf/ |
H A D | fil.c | 2402 if (m->m_pkthdr.csum_flags & CSUM_DELAY_DATA) { 2404 m->m_pkthdr.csum_flags &= ~CSUM_DELAY_DATA;
|