Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgbe/
HDadapter.h793 fw_msg_handler_t fw_msg_handler[5]; /* NUM_FW6_TYPES */ member
HDt4_main.c519 CTASSERT(nitems(((struct adapter *)0)->fw_msg_handler) == NUM_FW6_TYPES);
637 for (i = 0; i < nitems(sc->fw_msg_handler); i++) in t4_attach()
638 sc->fw_msg_handler[i] = fw_msg_not_handled; in t4_attach()
4422 if (type >= nitems(sc->fw_msg_handler)) in t4_register_fw_msg_handler()
4434 loc = (uintptr_t *) &sc->fw_msg_handler[type]; in t4_register_fw_msg_handler()
HDt4_sge.c4733 return (sc->fw_msg_handler[cpl->type](sc, &cpl->data[0])); in handle_fw_msg()