Home
last modified time | relevance | path

Searched refs:tx_mbx (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/meta/fbnic/
A Dfbnic_fw.c243 struct fbnic_fw_mbx *tx_mbx = &fbd->mbx[FBNIC_IPC_MBX_TX_IDX]; in fbnic_mbx_set_cmpl_slot() local
247 if (!tx_mbx->ready) in fbnic_mbx_set_cmpl_slot()
281 u8 head = tx_mbx->head; in fbnic_mbx_process_tx_msgs()
284 while (head != tx_mbx->tail) { in fbnic_mbx_process_tx_msgs()
296 tx_mbx->head = head; in fbnic_mbx_process_tx_msgs()
1336 if (!tx_mbx->ready) in fbnic_mbx_poll_tx_ready()
1379 struct fbnic_fw_mbx *tx_mbx; in fbnic_mbx_flush_tx() local
1383 tx_mbx = &fbd->mbx[FBNIC_IPC_MBX_TX_IDX]; in fbnic_mbx_flush_tx()
1388 tx_mbx->ready = false; in fbnic_mbx_flush_tx()
1391 tail = tx_mbx->tail; in fbnic_mbx_flush_tx()
[all …]
A Dfbnic_pci.c174 struct fbnic_fw_mbx *tx_mbx = &fbd->mbx[FBNIC_IPC_MBX_TX_IDX]; in fbnic_health_check() local
184 if (tx_mbx->head != tx_mbx->tail) in fbnic_health_check()

Completed in 9 milliseconds