Searched refs:host_mq (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_var.h | 253 struct pktq *pkts, uint32_t rx_bytes, struct mbufq *host_mq, 1037 struct mbufq *host_mq); 1038 extern void fsw_host_sendup(struct ifnet *ifp, struct mbufq *host_mq); 1041 struct pktq *rx_pkts, uint32_t rx_bytes, struct mbufq *host_mq,
|
| H A D | flow_agg.c | 1983 struct pktq *rx_pkts, struct mbufq *host_mq, in flow_rx_agg_host() argument 2504 mbufq_enqueue(host_mq, m_chain, smbuf, smbufs, bytes); in flow_rx_agg_host() 2527 struct pktq *rx_pkts, uint32_t rx_bytes, struct mbufq *host_mq, in flow_rx_agg_tcp() argument 2535 dp_flow_rx_process(fsw, fe, rx_pkts, rx_bytes, host_mq, FLOW_PROC_FLAG_FRAGMENTS); in flow_rx_agg_tcp() 2565 fsw_host_rx_enqueue_mbq(fsw, rx_pkts, host_mq); in flow_rx_agg_tcp() 2571 flow_rx_agg_host(fsw, fe, rx_pkts, host_mq, rx_bytes, is_mbuf); in flow_rx_agg_tcp()
|
| /xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 1576 fsw_host_sendup(struct ifnet *ifp, struct mbufq *host_mq) in fsw_host_sendup() argument 1580 if (mbufq_empty(host_mq)) { in fsw_host_sendup() 1585 s.packets_in = host_mq->count; in fsw_host_sendup() 1586 s.bytes_in = host_mq->bytes; in fsw_host_sendup() 1587 dlil_input_handler(ifp, mbufq_first(host_mq), mbufq_last(host_mq), &s, FALSE, NULL); in fsw_host_sendup() 1613 struct mbufq *host_mq) in fsw_host_rx_enqueue_mbq() argument 1637 mbufq_enqueue(host_mq, m_head, m_tail, cnt, bytes); in fsw_host_rx_enqueue_mbq() 1814 struct pktq *rx_pkts, uint32_t rx_bytes, struct mbufq *host_mq, in dp_flow_rx_process() argument 1853 fsw_host_rx_enqueue_mbq(fsw, rx_pkts, host_mq); in dp_flow_rx_process() 2054 struct flow_entry_list *fes, struct mbufq *host_mq) in rx_flow_process() argument [all …]
|
| H A D | fsw_var.h | 169 struct mbufq *host_mq, uint32_t flags);
|