Home
last modified time | relevance | path

Searched refs:FW_HAS_LAST_BLOCK (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/wireless/marvell/libertas_tf/
H A Dif_usb.h94 #define FW_HAS_LAST_BLOCK 0x00000004 macro
H A Dif_usb.c317 } else if (fwdata->hdr.dnldcmd == cpu_to_le32(FW_HAS_LAST_BLOCK)) { in if_usb_send_fw_pkt()
790 case FW_HAS_LAST_BLOCK: in check_fwfile_format()
/openbmc/linux/drivers/net/wireless/marvell/libertas/
H A Dif_usb.h104 #define FW_HAS_LAST_BLOCK 0x00000004 macro
H A Dif_usb.c373 } else if (fwdata->hdr.dnldcmd == cpu_to_le32(FW_HAS_LAST_BLOCK)) { in if_usb_send_fw_pkt()
801 case FW_HAS_LAST_BLOCK: in check_fwfile_format()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dusb.h42 #define FW_HAS_LAST_BLOCK 0x00000004 macro
H A Dusb.c1501 } while ((dnld_cmd != FW_HAS_LAST_BLOCK) && retries); in mwifiex_prog_fw_w_helper()