Searched refs:tx_mbx (Results 1 – 2 of 2) sorted by relevance
243 struct fbnic_fw_mbx *tx_mbx = &fbd->mbx[FBNIC_IPC_MBX_TX_IDX]; in fbnic_mbx_set_cmpl_slot() local247 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() local1383 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 …]
174 struct fbnic_fw_mbx *tx_mbx = &fbd->mbx[FBNIC_IPC_MBX_TX_IDX]; in fbnic_health_check() local184 if (tx_mbx->head != tx_mbx->tail) in fbnic_health_check()
Completed in 9 milliseconds