Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c394 for (i = 0; i < ARRAY_SIZE(sc->fw_msg_handler); i++) { in t4_devo_attach()
395 sc->fw_msg_handler[i] = fw_msg_not_handled; in t4_devo_attach()
3052 if (type >= ARRAY_SIZE(sc->fw_msg_handler))
3064 loc = &sc->fw_msg_handler[type];
H A Dadapter.h560 fw_msg_handler_t fw_msg_handler[5]; /* NUM_FW6_TYPES */ member
H A Dt4_sge.c3443 return (sc->fw_msg_handler[cpl->type](sc, &cpl->data[0])); in handle_fw_rpl()