Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/bwn/bwn/
H A Dif_bwn.c310 static int bwn_fw_get(struct bwn_mac *, enum bwn_fwtype,
3997 error = bwn_fw_get(mac, type, filename, &fw->ucode); in bwn_fw_gets()
4006 error = bwn_fw_get(mac, type, "pcm5", &fw->pcm); in bwn_fw_gets()
4066 error = bwn_fw_get(mac, type, filename, &fw->initvals); in bwn_fw_gets()
4124 error = bwn_fw_get(mac, type, filename, &fw->initvals_band); in bwn_fw_gets()
4138 bwn_fw_get(struct bwn_mac *mac, enum bwn_fwtype type, in bwn_fw_get() function