Searched refs:wr_hilo (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h247 __be64 wr_hilo; member in struct:work_request_hdr::__anon12627::__anon12629
254 #define wrh_hilo u.lp64.wr_hilo
/freebsd-12-stable/sys/dev/cxgb/
H A Dcxgb_sge.c291 uint64_t wr_hilo; local
293 wr_hilo = wr_hi;
294 wr_hilo |= (((uint64_t)wr_lo)<<32);
296 wr_hilo = wr_lo;
297 wr_hilo |= (((uint64_t)wr_hi)<<32);
299 wrp->wrh_hilo = wr_hilo;

Completed in 179 milliseconds