Lines Matching +full:queue +full:- +full:pkt +full:- +full:tx
44 #define LIO_MAX_MTU_SIZE (LIO_MAX_FRM_SIZE - LIO_FRM_HEADER_SIZE)
55 /* LiquidIO per-interface network private data */
57 /* State of the interface. Rx/Tx happens only in the RUNNING state. */
66 /* Octeon Input queue to use to transmit for this network interface. */
70 * Octeon Output queue from which pkts arrive
107 /* Size of Tx queue for this octeon device. */
110 /* Size of Rx queue for this octeon device. */
122 /* task queue for rx oom status */
147 * This routine is called by the callback function when a ctrl pkt sent to
150 * pkt was sent successfully to the core app.
166 mb->m_pkthdr.len = mb->m_len = size; in lio_recv_buffer_alloc()
183 size = (size - 1) >> PAGE_SHIFT; in lio_get_order()
222 dma_addr = vtophys(((struct mbuf *)buf)->m_data); in lio_map_ring()
228 * @param lio per-network private data
235 return (atomic_load_acq_int(&lio->ifstate) & state_flag); in lio_ifstate_check()
240 * @param lio per-network private data
247 atomic_store_rel_int(&lio->ifstate, in lio_ifstate_set()
248 (atomic_load_acq_int(&lio->ifstate) | state_flag)); in lio_ifstate_set()
253 * @param lio per-network private data
260 atomic_store_rel_int(&lio->ifstate, in lio_ifstate_reset()
261 (atomic_load_acq_int(&lio->ifstate) & in lio_ifstate_reset()
278 &oct->response_list[LIO_ORDERED_SC_LIST]. in lio_wait_for_pending_requests()