Lines Matching full:of
8 uint8_t pause_data; /* Data pause state of the tx queue */
14 /* Forward declaration of node_tx */
20 * @param ull_tx_q Address of tx queue.
25 * @brief Pause the data path of a tx queue.
27 * @param ull_tx_q Address of tx queue.
32 * @brief Resume the data path of a tx queue
34 * @param ull_tx_q Address of tx queue.
39 * @brief Enqueue a tx node in the data path of a tx queue
41 * @param ull_tx_q Address of tx queue.
42 * @param tx Address of tx node to enqueue.
47 * @brief Enqueue a tx node in the control path of a tx queue
49 * @param ull_tx_q Address of tx queue.
50 * @param tx Address of tx node to enqueue.
55 * @brief Peek head tx node of tx queue.
57 * @param ull_tx_q Address of tx queue.
59 * @return Head tx node of the tx queue.
66 * @param ull_tx_q Address of tx queue.
68 * @return Head tx node of the tx queue.