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

/freebsd-10.1-release/sys/dev/cxgbe/
H A Dadapter.h788 fw_msg_handler_t fw_msg_handler[5]; /* NUM_FW6_TYPES */ member in struct:adapter
H A Dt4_main.c514 CTASSERT(nitems(((struct adapter *)0)->fw_msg_handler) == NUM_FW6_TYPES);
628 for (i = 0; i < nitems(sc->fw_msg_handler); i++)
629 sc->fw_msg_handler[i] = fw_msg_not_handled;
4372 if (type >= nitems(sc->fw_msg_handler))
4384 loc = (uintptr_t *) &sc->fw_msg_handler[type];
H A Dt4_sge.c4523 return (sc->fw_msg_handler[cpl->type](sc, &cpl->data[0]));

Completed in 111 milliseconds