Home
last modified time | relevance | path

Searched refs:fbnic_fw_mbx (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_fw.c70 memset(&fbd->mbx[i], 0, sizeof(struct fbnic_fw_mbx)); in fbnic_mbx_init()
85 struct fbnic_fw_mbx *mbx = &fbd->mbx[mbx_idx]; in fbnic_mbx_map_msg()
125 struct fbnic_fw_mbx *mbx = &fbd->mbx[mbx_idx]; in fbnic_mbx_unmap_and_free_msg()
163 struct fbnic_fw_mbx *rx_mbx = &fbd->mbx[FBNIC_IPC_MBX_RX_IDX]; in fbnic_mbx_alloc_rx_msgs()
212 struct fbnic_fw_mbx *tx_mbx = &fbd->mbx[FBNIC_IPC_MBX_TX_IDX]; in fbnic_mbx_process_tx_msgs()
288 struct fbnic_fw_mbx *mbx = &fbd->mbx[mbx_idx]; in fbnic_mbx_postinit_desc_ring()
666 struct fbnic_fw_mbx *rx_mbx = &fbd->mbx[FBNIC_IPC_MBX_RX_IDX]; in fbnic_mbx_process_rx_msgs()
737 struct fbnic_fw_mbx *tx_mbx; in fbnic_mbx_poll_tx_ready()
762 struct fbnic_fw_mbx *tx_mbx; in fbnic_mbx_flush_tx()
H A Dfbnic_fw.h13 struct fbnic_fw_mbx { struct
H A Dfbnic.h34 struct fbnic_fw_mbx mbx[FBNIC_IPC_MBX_INDICES];