Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.h115 u8 type_gen; member
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c780 const uint8_t rsp_type = G_RSPD_TYPE(ctrl.u.type_gen); in t4_process_event_iq()
781 const bool overflowed = (ctrl.u.type_gen & F_RSPD_QOVFL) != 0; in t4_process_event_iq()
911 const uint8_t rsp_type = G_RSPD_TYPE(ctrl.u.type_gen); in t4_process_rx_iq()
912 const bool overflowed = (ctrl.u.type_gen & F_RSPD_QOVFL) != 0; in t4_process_rx_iq()
2081 return ((ctrl->u.type_gen & F_RSPD_GEN) == iq->tsi_gen); in t4_get_new_rsp()