Home
last modified time | relevance | path

Searched refs:rx_pdus (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/cxgbe/cxgbei/
Dcxgbei.c581 STAILQ_HEAD(, icl_pdu) rx_pdus = STAILQ_HEAD_INITIALIZER(rx_pdus); in cwt_main()
602 MPASS(STAILQ_EMPTY(&rx_pdus)); in cwt_main()
603 STAILQ_SWAP(&icc->rcvd_pdus, &rx_pdus, icl_pdu); in cwt_main()
607 while ((ip = STAILQ_FIRST(&rx_pdus)) != NULL) { in cwt_main()
608 STAILQ_REMOVE_HEAD(&rx_pdus, ip_next); in cwt_main()
613 MPASS(STAILQ_EMPTY(&rx_pdus)); in cwt_main()
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Decore_mcp_api.h175 u64 rx_pdus; member
Dmcp_public.h1058 u64 rx_pdus; member