Searched refs:tx_mbx (Results 1 – 2 of 2) sorted by relevance
212 struct fbnic_fw_mbx *tx_mbx = &fbd->mbx[FBNIC_IPC_MBX_TX_IDX]; in fbnic_mbx_process_tx_msgs() local213 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() local744 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() local771 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 …]
172 struct fbnic_fw_mbx *tx_mbx = &fbd->mbx[FBNIC_IPC_MBX_TX_IDX]; in fbnic_health_check() local182 if (tx_mbx->head != tx_mbx->tail) in fbnic_health_check()