Lines Matching full:queues
80 &g_if_ntb_num_queues, 0, "Number of queues per interface");
98 struct ntb_net_queue *queues; member
144 sc->queues = malloc(sc->num_queues * sizeof(struct ntb_net_queue), in ntb_net_attach()
148 q = &sc->queues[i]; in ntb_net_attach()
186 ntb_transport_link_up(sc->queues[i].qp); in ntb_net_attach()
198 ntb_transport_link_down(sc->queues[i].qp); in ntb_net_detach()
203 q = &sc->queues[i]; in ntb_net_detach()
210 free(sc->queues, M_DEVBUF); in ntb_net_detach()
223 if_setbaudrate(ifp, ntb_transport_link_speed(sc->queues[0].qp)); in ntb_net_init()
224 if_link_state_change(ifp, ntb_transport_link_query(sc->queues[0].qp) ? in ntb_net_init()
309 if (ntb_transport_link_query(sc->queues[0].qp)) in ntb_ifmedia_sts()
362 q = &sc->queues[i]; in ntb_transmit()
408 q = &sc->queues[i]; in ntb_qflush()
445 m->m_pkthdr.flowid = q - sc->queues; in ntb_net_rx_handler()