Home
last modified time | relevance | path

Searched refs:rx_flags (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.c464 if ((icc->rx_flags & RXF_ACTIVE) == 0) { in do_rx_iscsi_ddp()
468 icc->rx_flags |= RXF_ACTIVE; in do_rx_iscsi_ddp()
600 MPASS(icc->rx_flags & RXF_ACTIVE); in cwt_main()
615 MPASS(icc->rx_flags & RXF_ACTIVE); in cwt_main()
618 icc->rx_flags &= ~RXF_ACTIVE; in cwt_main()
H A Dcxgbei.h66 u_int rx_flags; /* protected by so_rcv lock */ member
H A Dicl_cxgbei.c760 if (icc->rx_flags & RXF_ACTIVE) { in icl_cxgbei_conn_close()
761 volatile u_int *p = &icc->rx_flags; in icl_cxgbei_conn_close()
/freebsd-12.1/contrib/tcpdump/
H A Dprint-rx.c151 } rx_flags[] = { variable
561 if (rxh->flags & rx_flags[i].flag && in rx_print()
562 (!rx_flags[i].packetType || in rx_print()
563 rxh->type == rx_flags[i].packetType)) { in rx_print()
570 ND_PRINT((ndo, "<%s>", rx_flags[i].s)); in rx_print()
H A Dprint-802_11.c2771 uint16_t rx_flags; in print_radiotap_field() local
2773 rc = cpack_uint16(s, &rx_flags); in print_radiotap_field()
/freebsd-12.1/sys/dev/txp/
H A Dif_txpreg.h263 uint8_t rx_flags; /* type/descriptor flags */ member
H A Dif_txp.c929 if ((rxd->rx_flags & RX_FLAGS_ERROR) != 0) { in txp_rx_reclaim()
/freebsd-12.1/sys/dev/bxe/
H A Decore_hsi.h8679 uint16_t rx_flags; member