Home
last modified time | relevance | path

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

/linux-4.1.27/net/rxrpc/
Dar-ack.c574 u8 winsz = call->acks_winsz; in rxrpc_zap_tx_window() local
580 while (CIRC_CNT(call->acks_head, call->acks_tail, winsz) > 0) { in rxrpc_zap_tx_window()
585 call->acks_tail = (call->acks_tail + 1) & (winsz - 1); in rxrpc_zap_tx_window()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_n.c24747 wlc_phy_a1_nphy(struct brcms_phy *pi, u8 core, u32 winsz, u32 start, in wlc_phy_a1_nphy() argument
24771 phy_a1 = end - min(end, (winsz >> 1)); in wlc_phy_a1_nphy()
24773 end + (winsz >> 1)); in wlc_phy_a1_nphy()