Searched refs:winsz (Results 1 – 2 of 2) sorted by relevance
574 u8 winsz = call->acks_winsz; in rxrpc_zap_tx_window() local580 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()
24747 wlc_phy_a1_nphy(struct brcms_phy *pi, u8 core, u32 winsz, u32 start, in wlc_phy_a1_nphy() argument24771 phy_a1 = end - min(end, (winsz >> 1)); in wlc_phy_a1_nphy()24773 end + (winsz >> 1)); in wlc_phy_a1_nphy()