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.c170 cmpl = fbnic_fw_alloc_cmpl(FBNIC_TLV_MSG_ID_FW_START_UPGRADE_REQ); in fbnic_flash_start()
240 cmpl = fbnic_fw_alloc_cmpl(FBNIC_TLV_MSG_ID_FW_WRITE_CHUNK_REQ); in fbnic_flash_component()
383 fw_cmpl = fbnic_fw_alloc_cmpl(FBNIC_TLV_MSG_ID_COREDUMP_GET_INFO_RESP); in fbnic_fw_reporter_dump()
H A Dfbnic_fw.h132 struct fbnic_fw_completion *fbnic_fw_alloc_cmpl(u32 msg_type);
H A Dfbnic_mac.c841 fw_cmpl = fbnic_fw_alloc_cmpl(FBNIC_TLV_MSG_ID_TSENE_READ_RESP); in fbnic_mac_get_sensor_asic()
H A Dfbnic_fw.c1922 struct fbnic_fw_completion *fbnic_fw_alloc_cmpl(u32 msg_type) in fbnic_fw_alloc_cmpl() function