Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_fw.c212 struct fbnic_fw_mbx *tx_mbx = &fbd->mbx[FBNIC_IPC_MBX_TX_IDX]; in fbnic_mbx_process_tx_msgs() local
213 u8 head = tx_mbx->head; in fbnic_mbx_process_tx_msgs()
216 while (head != tx_mbx->tail) { in fbnic_mbx_process_tx_msgs()
228 tx_mbx->head = head; in fbnic_mbx_process_tx_msgs()
737 struct fbnic_fw_mbx *tx_mbx; in fbnic_mbx_poll_tx_ready() local
744 tx_mbx = &fbd->mbx[FBNIC_IPC_MBX_TX_IDX]; in fbnic_mbx_poll_tx_ready()
745 while (!tx_mbx->ready && --attempts) { in fbnic_mbx_poll_tx_ready()
762 struct fbnic_fw_mbx *tx_mbx; in fbnic_mbx_flush_tx() local
771 tx_mbx = &fbd->mbx[FBNIC_IPC_MBX_TX_IDX]; in fbnic_mbx_flush_tx()
774 if (!tx_mbx->ready) in fbnic_mbx_flush_tx()
[all …]
H A Dfbnic_pci.c172 struct fbnic_fw_mbx *tx_mbx = &fbd->mbx[FBNIC_IPC_MBX_TX_IDX]; in fbnic_health_check() local
182 if (tx_mbx->head != tx_mbx->tail) in fbnic_health_check()