Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.h149 u8 type_gen; member
Dsge.c2022 return (r->type_gen >> RSPD_GEN_S) == q->gen; in is_new_response()
2069 rsp_type = RSPD_TYPE_G(rc->type_gen); in process_responses()
2264 if (RSPD_TYPE_G(rc->type_gen) == RSPD_TYPE_INTR_X) { in process_intrq()
/drivers/scsi/csiostor/
Dcsio_wr.h307 u8 type_gen; member
Dcsio_wr.c1108 return (q->un.iq.genbit == (ftr->u.type_gen >> IQWRF_GEN_SHIFT)); in csio_is_new_iqwr()
1151 wr_type = IQWRF_TYPE_GET(ftr->u.type_gen); in csio_wr_process_iq()
/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c1683 return ((rc->type_gen >> RSPD_GEN_S) & 0x1) == rspq->gen; in is_new_response()
1772 rsp_type = RSPD_TYPE_G(rc->type_gen); in process_responses()
1959 if (unlikely(RSPD_TYPE_G(rc->type_gen) != RSPD_TYPE_INTR_X)) { in process_intrq()
1962 RSPD_TYPE_G(rc->type_gen)); in process_intrq()