Searched refs:tx_mbx (Results 1 – 2 of 2) sorted by relevance
242 struct fbnic_fw_mbx *tx_mbx = &fbd->mbx[FBNIC_IPC_MBX_TX_IDX]; in fbnic_mbx_set_cmpl_slot() local246 if (!tx_mbx->ready) in fbnic_mbx_set_cmpl_slot()279 struct fbnic_fw_mbx *tx_mbx = &fbd->mbx[FBNIC_IPC_MBX_TX_IDX]; in fbnic_mbx_process_tx_msgs() local280 u8 head = tx_mbx->head; in fbnic_mbx_process_tx_msgs()283 while (head != tx_mbx->tail) { in fbnic_mbx_process_tx_msgs()295 tx_mbx->head = head; in fbnic_mbx_process_tx_msgs()1672 struct fbnic_fw_mbx *tx_mbx = &fbd->mbx[FBNIC_IPC_MBX_TX_IDX]; in fbnic_mbx_poll_tx_ready() local1713 if (!tx_mbx->ready) in fbnic_mbx_poll_tx_ready()1756 struct fbnic_fw_mbx *tx_mbx; in fbnic_mbx_flush_tx() local1760 tx_mbx = &fbd->mbx[FBNIC_IPC_MBX_TX_IDX]; in fbnic_mbx_flush_tx()[all …]
190 struct fbnic_fw_mbx *tx_mbx = &fbd->mbx[FBNIC_IPC_MBX_TX_IDX]; in fbnic_health_check() local200 if (tx_mbx->head != tx_mbx->tail) in fbnic_health_check()