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

/freebsd-10.1-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_hal.c636 u8 wr_len, utx_len; /* lenght in 8 byte flit */ local
645 utx_len = 3; /* in 32B unit */
671 utx_len = len / 32 + 1;
673 utx_len = len / 32;
690 utx_cmd |= (utx_len << 28) | ((utx_len << 2) + 1);
705 (utx_len << 2);

Completed in 53 milliseconds