Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnvar.h140 int (*load_firmware)(struct iwn_softc *); member
H A Dif_iwn.c1200 ops->load_firmware = iwn4965_load_firmware; in iwn4965_attach()
1244 ops->load_firmware = iwn5000_load_firmware; in iwn5000_attach()
7384 if ((error = ops->load_firmware(sc)) != 0) { in iwn_hw_init()