Home
last modified time | relevance | path

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

/src/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_iq.c46 u16 iqcc; in mlx5e_iq_poll() local
52 iqcc = iq->cc; in mlx5e_iq_poll()
62 ci = iqcc & iq->wq.sz_m1; in mlx5e_iq_poll()
81 iqcc += iq->data[ci].num_wqebbs; in mlx5e_iq_poll()
89 iq->cc = iqcc; in mlx5e_iq_poll()
/src/sys/contrib/dev/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c3105 u16 iqcc[2]; in wlc_lcnphy_set_tx_iqcc() local
3107 iqcc[0] = a; in wlc_lcnphy_set_tx_iqcc()
3108 iqcc[1] = b; in wlc_lcnphy_set_tx_iqcc()
3112 tab.tbl_ptr = iqcc; in wlc_lcnphy_set_tx_iqcc()
3786 u16 iqcc[2]; in wlc_lcnphy_get_tx_iqcc() local
3789 tab.tbl_ptr = iqcc; in wlc_lcnphy_get_tx_iqcc()
3796 *a = iqcc[0]; in wlc_lcnphy_get_tx_iqcc()
3797 *b = iqcc[1]; in wlc_lcnphy_get_tx_iqcc()