Searched refs:pno (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath10k/
H A Dwow.c174 struct wmi_pno_scan_req *pno)
179 pno->enable = 1;
180 pno->vdev_id = vdev_id;
181 pno->uc_networks_count = nd_config->n_match_sets;
183 if (!pno->uc_networks_count ||
184 pno->uc_networks_count > WMI_PNO_MAX_SUPP_NETWORKS)
191 for (i = 0; i < pno->uc_networks_count; i++) {
197 pno->a_networks[i].ssid.ssid_len = __cpu_to_le32(ssid_len);
199 memcpy(pno->a_networks[i].ssid.ssid,
202 pno
172 ath10k_wmi_pno_check(struct ath10k *ar, u32 vdev_id, struct cfg80211_sched_scan_request *nd_config, struct wmi_pno_scan_req *pno) argument
301 struct wmi_pno_scan_req *pno; local
414 struct wmi_pno_scan_req *pno; local
[all...]
H A Dwmi-tlv.c3861 struct wmi_pno_scan_req *pno)
3881 len += sizeof(u32) * min_t(u8, pno->a_networks[0].channel_count,
3884 min_t(u8, pno->uc_networks_count, WMI_NLO_MAX_SSIDS);
3897 cmd->vdev_id = __cpu_to_le32(pno->vdev_id);
3901 cmd->active_dwell_time = __cpu_to_le32(pno->active_max_time);
3902 cmd->passive_dwell_time = __cpu_to_le32(pno->passive_max_time);
3904 if (pno->do_passive_scan)
3908 cmd->fast_scan_period = __cpu_to_le32(pno->fast_scan_period);
3909 cmd->slow_scan_period = __cpu_to_le32(pno->slow_scan_period);
3910 cmd->fast_scan_max_cycles = __cpu_to_le32(pno
3859 ath10k_wmi_tlv_op_gen_config_pno_start(struct ath10k *ar, u32 vdev_id, struct wmi_pno_scan_req *pno) argument
[all...]
/linux-master/include/uapi/linux/
H A Dblkpg.h31 int pno; /* partition number */ member in struct:blkpg_partition
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dwow.c244 struct wmi_pno_scan_req *pno)
249 pno->enable = 1;
250 pno->vdev_id = vdev_id;
251 pno->uc_networks_count = nd_config->n_match_sets;
253 if (!pno->uc_networks_count ||
254 pno->uc_networks_count > WMI_PNO_MAX_SUPP_NETWORKS)
261 for (i = 0; i < pno->uc_networks_count; i++) {
267 pno->a_networks[i].ssid.ssid_len = ssid_len;
269 memcpy(pno->a_networks[i].ssid.ssid,
272 pno
242 ath11k_wmi_pno_check_and_convert(struct ath11k *ar, u32 vdev_id, struct cfg80211_sched_scan_request *nd_config, struct wmi_pno_scan_req *pno) argument
372 struct wmi_pno_scan_req *pno; local
491 struct wmi_pno_scan_req *pno; local
[all...]
H A Dwmi.c9272 struct wmi_pno_scan_req *pno)
9291 channel_list_len = sizeof(u32) * pno->a_networks[0].channel_count;
9294 nlo_list_len = sizeof(*nlo_list) * pno->uc_networks_count;
9306 cmd->vdev_id = pno->vdev_id;
9310 cmd->active_dwell_time = pno->active_max_time;
9311 cmd->passive_dwell_time = pno->passive_max_time;
9313 if (pno->do_passive_scan)
9316 cmd->fast_scan_period = pno->fast_scan_period;
9317 cmd->slow_scan_period = pno->slow_scan_period;
9318 cmd->fast_scan_max_cycles = pno
9270 ath11k_wmi_op_gen_config_pno_start(struct ath11k *ar, u32 vdev_id, struct wmi_pno_scan_req *pno) argument
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A DMakefile27 pno.o \
H A Dpno.c14 #include "pno.h"
38 #define ifp_to_pno(_ifp) ((_ifp)->drvr->config->pno)
44 "pno request storage full\n"))
114 /* set extra pno params */
120 /* set up pno scan fr */
422 /* configure pno */
524 cfg->pno = pi;
534 pi = cfg->pno;
535 cfg->pno = NULL;
H A Dcfg80211.h340 * @pno: information of pno module.
372 struct brcmf_pno_info *pno; member in struct:brcmf_cfg80211_info
H A Dcfg80211.c26 #include "pno.h"
1221 reqid = brcmf_pno_find_reqid_by_bucket(cfg->pno,
3903 bucket_map |= brcmf_pno_get_bucket_map(cfg->pno, netinfo);
/linux-master/arch/s390/include/asm/
H A Dscsw.h30 * @pno: path not operational
52 __u32 pno : 1; member in struct:cmd_scsw
72 * @pno: path not operational
92 u32 pno:1; member in struct:tm_scsw
297 * scsw_pno - return scsw pno field
300 * Return the value of the pno field of the specified scsw, regardless of
306 return scsw->tm.pno;
308 return scsw->cmd.pno;
535 * scsw_cmd_is_valid_pno - check pno field validity
538 * Return non-zero if the pno fiel
[all...]
/linux-master/fs/jfs/
H A Djfs_extent.c56 * pno - the starting page number with the file.
70 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr) argument
88 xoff = pno << sbi->l2nbperpage;
/linux-master/block/
H A Dioctl.c30 if (p.pno <= 0)
34 return bdev_del_partition(disk, p.pno);
54 return bdev_add_partition(disk, p.pno, start, length);
56 return bdev_resize_partition(disk, p.pno, start, length);
/linux-master/drivers/s390/cio/
H A Dccwreq.c183 if (scsw->cc == 3 || scsw->pno)
/linux-master/drivers/mtd/
H A Dmtdchar.c566 if (p.pno < 0)
569 return mtd_del_partition(mtd, p.pno);

Completed in 241 milliseconds