Searched refs:winsz (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/net/rxrpc/ |
D | ar-ack.c | 527 u8 winsz = call->acks_winsz; in rxrpc_zap_tx_window() local 533 while (CIRC_CNT(call->acks_head, call->acks_tail, winsz) > 0) { in rxrpc_zap_tx_window() 538 call->acks_tail = (call->acks_tail + 1) & (winsz - 1); in rxrpc_zap_tx_window()
|
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/ |
D | wlc_phy_n.c | 14140 static void wlc_phy_a1_nphy(phy_info_t *pi, u8 core, u32 winsz, u32, 26721 wlc_phy_a1_nphy(phy_info_t *pi, u8 core, u32 winsz, u32 start, in wlc_phy_a1_nphy() argument 26748 phy_a1 = end - min(end, (winsz >> 1)); in wlc_phy_a1_nphy() 26749 phy_a2 = min_t(u32, NPHY_PAPD_EPS_TBL_SIZE - 1, end + (winsz >> 1)); in wlc_phy_a1_nphy()
|