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

/freebsd-10.2-release/sys/dev/bwi/
H A Dbwimac.c836 uint8_t fw_type)
849 if (fw_type != BWI_FW_T_IV) {
862 if (hdr->fw_type != fw_type) {
865 hdr->fw_type, fw_type);
835 bwi_fwimage_is_valid(struct bwi_softc *sc, const struct firmware *fw, uint8_t fw_type) argument
H A Dif_bwivar.h274 uint8_t fw_type; /* BWI_FW_T_ */ member in struct:bwi_fwhdr
/freebsd-10.2-release/sys/dev/cp/
H A Dcpddk.h249 unsigned char fw_type; /* firmware type */ member in struct:_cp_board_t
/freebsd-10.2-release/sys/dev/cxgbe/
H A Dt4_main.c7625 int fw_subcmd, fw_type, rc; local
7649 fw_type = FW_SCHED_TYPE_PKTSCHED;
7663 rc = -t4_sched_config(sc, fw_type, p->u.config.minmax, 1);
7758 rc = -t4_sched_params(sc, fw_type, fw_level, fw_mode,

Completed in 179 milliseconds