Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/ath9k/
Dxmit.c1035 #define PADBYTES(_len) ((4 - ((_len) % 4)) % 4) in ath_tx_form_aggr() macro
1075 bpad = PADBYTES(al_delta) + (ndelim << 2); in ath_tx_form_aggr()
1108 #undef PADBYTES in ath_tx_form_aggr()