Home
last modified time | relevance | path

Searched refs:ixl_queue (Results 1 – 5 of 5) sorted by relevance

/trueos/sys/dev/ixl/
HDixl.h346 struct ixl_queue *que;
380 struct ixl_queue *que;
415 struct ixl_queue { struct
459 struct ixl_queue *queues; /* head of queues */ argument
506 ixl_rx_unrefreshed(struct ixl_queue *que) in ixl_rx_unrefreshed()
584 int ixl_allocate_tx_data(struct ixl_queue *);
585 int ixl_allocate_rx_data(struct ixl_queue *);
586 void ixl_init_tx_ring(struct ixl_queue *);
587 int ixl_init_rx_ring(struct ixl_queue *);
588 bool ixl_rxeof(struct ixl_queue *, int);
[all …]
HDixl_txrx.c47 static void ixl_refresh_mbufs(struct ixl_queue *, int);
48 static int ixl_xmit(struct ixl_queue *, struct mbuf **);
49 static int ixl_tx_setup_offload(struct ixl_queue *,
51 static bool ixl_tso_setup(struct ixl_queue *, struct mbuf *);
65 struct ixl_queue *que; in ixl_mq_start()
97 struct ixl_queue *que = txr->que; in ixl_mq_start_locked()
135 struct ixl_queue *que = arg; in ixl_deferred_mq_start()
155 struct ixl_queue *que = &vsi->queues[i]; in ixl_qflush()
204 ixl_xmit(struct ixl_queue *que, struct mbuf **m_headp) in ixl_xmit()
383 ixl_allocate_tx_data(struct ixl_queue *que) in ixl_allocate_tx_data()
[all …]
HDif_ixlv.c110 static void ixlv_set_queue_rx_itr(struct ixl_queue *);
111 static void ixlv_set_queue_tx_itr(struct ixl_queue *);
833 struct ixl_queue *que = vsi->queues; in ixlv_init_locked()
1280 struct ixl_queue *que = vsi->queues; in ixlv_free_pci_resources()
1350 struct ixl_queue *que = vsi->queues; in ixlv_assign_msix()
1459 struct ixl_queue *que = vsi->queues; in ixlv_setup_interface()
1545 struct ixl_queue *que; in ixlv_setup_queues()
1558 (struct ixl_queue *) malloc(sizeof(struct ixl_queue) * in ixlv_setup_queues()
1838 struct ixl_queue *que = vsi->queues; in ixlv_enable_intr()
1849 struct ixl_queue *que = vsi->queues; in ixlv_disable_intr()
[all …]
HDif_ixl.c110 static void ixl_set_queue_rx_itr(struct ixl_queue *);
111 static void ixl_set_queue_tx_itr(struct ixl_queue *);
709 struct ixl_queue *que = vsi->queues; in ixl_detach()
1187 struct ixl_queue *que = context; in ixl_handle_que()
1224 struct ixl_queue *que = vsi->queues; in ixl_intr()
1284 struct ixl_queue *que = arg; in ixl_msix_que()
1478 ixl_atr(struct ixl_queue *que, struct tcphdr *th, int etype) in ixl_atr()
1685 struct ixl_queue *que = vsi->queues; in ixl_local_timer()
1821 struct ixl_queue *que = vsi->queues; in ixl_assign_vsi_legacy()
1870 struct ixl_queue *que = vsi->queues; in ixl_assign_vsi_msix()
[all …]
HDixlvc.c358 struct ixl_queue *que = vsi->queues; in ixlv_configure_queues()
453 struct ixl_queue *que = vsi->queues; in ixlv_map_queues()