Searched refs:fw_msg_handler (Results 1 – 3 of 3) sorted by relevance
654 fw_msg_handler_t fw_msg_handler[5]; /* NUM_FW6_TYPES */ member
496 CTASSERT(nitems(((struct adapter *)0)->fw_msg_handler) == NUM_FW6_TYPES);633 for (i = 0; i < nitems(sc->fw_msg_handler); i++) in t4_attach()634 sc->fw_msg_handler[i] = fw_msg_not_handled; in t4_attach()4216 if (type >= nitems(sc->fw_msg_handler)) in t4_register_fw_msg_handler()4228 loc = (uintptr_t *) &sc->fw_msg_handler[type]; in t4_register_fw_msg_handler()
4238 return (sc->fw_msg_handler[cpl->type](sc, &cpl->data[0])); in handle_fw_msg()