Home
last modified time | relevance | path

Searched refs:RSPD_TYPE_G (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.h183 #define RSPD_TYPE_G(x) (((x) >> RSPD_TYPE_S) & RSPD_TYPE_M) macro
H A Dsge.c3882 rsp_type = RSPD_TYPE_G(rc->type_gen); in process_responses()
4148 if (RSPD_TYPE_G(rc->type_gen) == RSPD_TYPE_INTR_X) { in process_intrq()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.h183 #define RSPD_TYPE_G(x) (((x) >> RSPD_TYPE_S) & RSPD_TYPE_M) macro
H A Dsge.c3907 rsp_type = RSPD_TYPE_G(rc->type_gen); in process_responses()
4173 if (RSPD_TYPE_G(rc->type_gen) == RSPD_TYPE_INTR_X) { in process_intrq()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c1777 rsp_type = RSPD_TYPE_G(rc->type_gen); in process_responses()
1964 if (unlikely(RSPD_TYPE_G(rc->type_gen) != RSPD_TYPE_INTR_X)) { in process_intrq()
1967 RSPD_TYPE_G(rc->type_gen)); in process_intrq()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c1774 rsp_type = RSPD_TYPE_G(rc->type_gen); in process_responses()
1961 if (unlikely(RSPD_TYPE_G(rc->type_gen) != RSPD_TYPE_INTR_X)) { in process_intrq()
1964 RSPD_TYPE_G(rc->type_gen)); in process_intrq()

Completed in 21 milliseconds