Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.h127 #define G_RSPD_LEN(x) (((x) >> S_RSPD_LEN) & M_RSPD_LEN) macro
132 #define G_RSPD_QID(x) G_RSPD_LEN(x)
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c2371 len = G_RSPD_LEN(len_newbuf); /* pktshift + payload length */ in get_fl_payload()