Searched refs:phy_res (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-agn-lib.c906 struct iwl_rx_phy_res *phy_res; local
923 phy_res = (struct iwl_rx_phy_res *)pkt->u.raw;
924 header = (struct ieee80211_hdr *)(pkt->u.raw + sizeof(*phy_res)
925 + phy_res->cfg_phy_cnt);
927 len = le16_to_cpu(phy_res->byte_count);
928 rx_pkt_status = *(__le32 *)(pkt->u.raw + sizeof(*phy_res) +
929 phy_res->cfg_phy_cnt + len);
936 phy_res = &priv->_agn.last_phy_res;
945 if ((unlikely(phy_res->cfg_phy_cnt > 20))) {
947 phy_res
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dste_dma40.c245 * @phy_res: Vector containing all physical channels.
273 struct d40_phy_res *phy_res; member in struct:d40_base
1127 phys = d40c->base->phy_res;
2374 base->phy_res[i].num = i;
2378 base->phy_res[i].allocated_src = D40_ALLOC_PHY;
2379 base->phy_res[i].allocated_dst = D40_ALLOC_PHY;
2381 base->phy_res[i].allocated_src = D40_ALLOC_FREE;
2382 base->phy_res[i].allocated_dst = D40_ALLOC_FREE;
2385 spin_lock_init(&base->phy_res[i].lock);
2390 base->phy_res[
[all...]

Completed in 107 milliseconds