Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/drivers/can/
Dcan_rcar.c194 uint8_t tx_head; member
748 tx_cb = &data->tx_cb[data->tx_head]; in can_rcar_send()
754 data->tx_head++; in can_rcar_send()
755 if (data->tx_head >= RCAR_CAN_FIFO_DEPTH) { in can_rcar_send()
756 data->tx_head = 0; in can_rcar_send()
859 data->tx_head = 0; in can_rcar_init()
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/
Dull_conn.c1318 if (!conn->tx_head) {
1322 if (conn->tx_head || memq_peek(lll->memq_tx.head,
1549 if (!conn->tx_head) {
1550 conn->tx_head = tx;
1580 while (conn->tx_head &&
1590 (!pause_tx && (conn->tx_head == conn->tx_ctrl))) && count--) {
1595 tx = tx_ull_dequeue(conn, conn->tx_head);
1850 if (!conn->tx_ctrl && (conn->tx_head != conn->tx_data)) {
1855 if (conn->tx_head == conn->tx_ctrl) {
1856 conn->tx_head = conn->tx_head->next;
[all …]
Dull_conn_types.h312 struct node_tx *tx_head; member
Dull_central.c333 conn->tx_head = conn->tx_ctrl = conn->tx_ctrl_last = in ll_create_connection()
Dull_adv.c1074 conn->tx_head = conn->tx_ctrl = conn->tx_ctrl_last =