Home
last modified time | relevance | path

Searched refs:mpdu (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c950 cpl->mpdu = htons(DIV_ROUND_UP(mss, 4)); in write_tx_data_iso()
/freebsd/sys/dev/iwn/
H A Dif_iwn.c3049 struct iwn_rx_mpdu *mpdu = (struct iwn_rx_mpdu *)(desc + 1); in iwn_rx_done() local
3050 head = (caddr_t)(mpdu + 1); in iwn_rx_done()
3051 len = le16toh(mpdu->len); in iwn_rx_done()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h1528 __be16 mpdu; member