Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.h111 #define G_RSPD_LEN(x) (((x) >> S_RSPD_LEN) & M_RSPD_LEN) macro
116 #define G_RSPD_QID(x) G_RSPD_LEN(x)
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c2083 len = G_RSPD_LEN(len_newbuf); /* pktshift + payload length */ in get_fl_payload()