Home
last modified time | relevance | path

Searched refs:fbnic_fw_alloc_cmpl (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_devlink.c169 cmpl = fbnic_fw_alloc_cmpl(FBNIC_TLV_MSG_ID_FW_START_UPGRADE_REQ); in fbnic_flash_start()
239 cmpl = fbnic_fw_alloc_cmpl(FBNIC_TLV_MSG_ID_FW_WRITE_CHUNK_REQ); in fbnic_flash_component()
H A Dfbnic_fw.h100 struct fbnic_fw_completion *fbnic_fw_alloc_cmpl(u32 msg_type);
H A Dfbnic_mac.c745 fw_cmpl = fbnic_fw_alloc_cmpl(FBNIC_TLV_MSG_ID_TSENE_READ_RESP); in fbnic_mac_get_sensor_asic()
H A Dfbnic_fw.c1426 struct fbnic_fw_completion *fbnic_fw_alloc_cmpl(u32 msg_type) in fbnic_fw_alloc_cmpl() function