Searched refs:fw_type (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/bwi/
H A Dbwimac.c834 uint8_t fw_type)
847 if (fw_type != BWI_FW_T_IV) {
860 if (hdr->fw_type != fw_type) {
864 hdr->fw_type, fw_type);
833 bwi_fwimage_is_valid(struct bwi_softc *sc, const struct firmware *fw, uint8_t fw_type) argument
H A Dif_bwivar.h276 uint8_t fw_type; /* BWI_FW_T_ */ member in struct:bwi_fwhdr
/freebsd-13-stable/sys/dev/liquidio/
H A Dlio_main.c55 static char fw_type[LIO_MAX_FW_TYPE_LEN]; variable
56 TUNABLE_STR("hw.lio.fw_type", fw_type, sizeof(fw_type));
425 return strncmp(fw_type, LIO_FW_NAME_TYPE_NONE,
883 if (fw_type[0] == '\0')
886 tmp_fw_type = fw_type;
/freebsd-13-stable/sys/dev/cp/
H A Dcpddk.h249 unsigned char fw_type; /* firmware type */ member in struct:_cp_board_t

Completed in 176 milliseconds