Home
last modified time | relevance | path

Searched refs:erp (Results 1 – 25 of 30) sorted by relevance

12

/linux-6.3-rc2/drivers/s390/block/
A Ddasd_3990_erp.c57 dasd_free_erp_request(erp, erp->memdev); in dasd_3990_erp_cleanup()
1139 erp = dasd_3990_erp_action_1(erp); in dasd_3990_erp_equip_check()
1156 erp = dasd_3990_erp_action_1(erp); in dasd_3990_erp_equip_check()
1164 erp = dasd_3990_erp_action_5(erp); in dasd_3990_erp_equip_check()
1214 erp = dasd_3990_erp_action_1(erp); in dasd_3990_erp_data_check()
1222 erp = dasd_3990_erp_action_5(erp); in dasd_3990_erp_data_check()
1252 erp = dasd_3990_erp_action_5(erp); in dasd_3990_erp_overrun()
2153 erp = dasd_3990_erp_int_req(erp); in dasd_3990_erp_inspect_32()
2481 erp = dasd_3990_erp_inspect(erp); in dasd_3990_erp_additional_erp()
2612 erp = dasd_3990_erp_action_1(erp); in dasd_3990_erp_further_erp()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_acl_erp.c257 erp = kzalloc(sizeof(*erp), GFP_KERNEL); in mlxsw_sp_acl_erp_generic_create()
258 if (!erp) in mlxsw_sp_acl_erp_generic_create()
274 return erp; in mlxsw_sp_acl_erp_generic_create()
281 kfree(erp); in mlxsw_sp_acl_erp_generic_create()
294 kfree(erp); in mlxsw_sp_acl_erp_generic_destroy()
799 erp = kzalloc(sizeof(*erp), GFP_KERNEL); in mlxsw_sp_acl_erp_ctcam_mask_create()
800 if (!erp) in mlxsw_sp_acl_erp_ctcam_mask_create()
821 return erp; in mlxsw_sp_acl_erp_ctcam_mask_create()
828 kfree(erp); in mlxsw_sp_acl_erp_ctcam_mask_create()
840 kfree(erp); in mlxsw_sp_acl_erp_ctcam_mask_destroy()
[all …]
/linux-6.3-rc2/drivers/net/wireless/ralink/rt2x00/
A Drt2x00config.c75 struct rt2x00lib_erp erp; in rt2x00lib_config_erp() local
77 memset(&erp, 0, sizeof(erp)); in rt2x00lib_config_erp()
79 erp.short_preamble = bss_conf->use_short_preamble; in rt2x00lib_config_erp()
80 erp.cts_protection = bss_conf->use_cts_prot; in rt2x00lib_config_erp()
83 erp.sifs = SIFS; in rt2x00lib_config_erp()
84 erp.pifs = bss_conf->use_short_slot ? SHORT_PIFS : PIFS; in rt2x00lib_config_erp()
85 erp.difs = bss_conf->use_short_slot ? SHORT_DIFS : DIFS; in rt2x00lib_config_erp()
86 erp.eifs = bss_conf->use_short_slot ? SHORT_EIFS : EIFS; in rt2x00lib_config_erp()
88 erp.basic_rates = bss_conf->basic_rates; in rt2x00lib_config_erp()
89 erp.beacon_int = bss_conf->beacon_int; in rt2x00lib_config_erp()
[all …]
A Drt2400pci.c313 struct rt2x00lib_erp *erp, in rt2400pci_config_erp() argument
323 preamble_mask = erp->short_preamble << 3; in rt2400pci_config_erp()
362 rt2x00mmio_register_write(rt2x00dev, ARCSR1, erp->basic_rates); in rt2400pci_config_erp()
366 rt2x00_set_field32(&reg, CSR11_SLOT_TIME, erp->slot_time); in rt2400pci_config_erp()
370 rt2x00_set_field32(&reg, CSR18_SIFS, erp->sifs); in rt2400pci_config_erp()
371 rt2x00_set_field32(&reg, CSR18_PIFS, erp->pifs); in rt2400pci_config_erp()
375 rt2x00_set_field32(&reg, CSR19_DIFS, erp->difs); in rt2400pci_config_erp()
376 rt2x00_set_field32(&reg, CSR19_EIFS, erp->eifs); in rt2400pci_config_erp()
383 erp->beacon_int * 16); in rt2400pci_config_erp()
385 erp->beacon_int * 16); in rt2400pci_config_erp()
A Drt2500pci.c318 struct rt2x00lib_erp *erp, in rt2500pci_config_erp() argument
328 preamble_mask = erp->short_preamble << 3; in rt2500pci_config_erp()
367 rt2x00mmio_register_write(rt2x00dev, ARCSR1, erp->basic_rates); in rt2500pci_config_erp()
371 rt2x00_set_field32(&reg, CSR11_SLOT_TIME, erp->slot_time); in rt2500pci_config_erp()
375 rt2x00_set_field32(&reg, CSR18_SIFS, erp->sifs); in rt2500pci_config_erp()
376 rt2x00_set_field32(&reg, CSR18_PIFS, erp->pifs); in rt2500pci_config_erp()
380 rt2x00_set_field32(&reg, CSR19_DIFS, erp->difs); in rt2500pci_config_erp()
381 rt2x00_set_field32(&reg, CSR19_EIFS, erp->eifs); in rt2500pci_config_erp()
388 erp->beacon_int * 16); in rt2500pci_config_erp()
390 erp->beacon_int * 16); in rt2500pci_config_erp()
A Drt2500usb.c470 struct rt2x00lib_erp *erp, in rt2500usb_config_erp() argument
478 !!erp->short_preamble); in rt2500usb_config_erp()
484 erp->basic_rates); in rt2500usb_config_erp()
489 erp->beacon_int * 4); in rt2500usb_config_erp()
494 rt2500usb_register_write(rt2x00dev, MAC_CSR10, erp->slot_time); in rt2500usb_config_erp()
495 rt2500usb_register_write(rt2x00dev, MAC_CSR11, erp->sifs); in rt2500usb_config_erp()
496 rt2500usb_register_write(rt2x00dev, MAC_CSR12, erp->eifs); in rt2500usb_config_erp()
A Drt73usb.c525 struct rt2x00lib_erp *erp, in rt73usb_config_erp() argument
539 !!erp->short_preamble); in rt73usb_config_erp()
545 erp->basic_rates); in rt73usb_config_erp()
550 erp->beacon_int * 16); in rt73usb_config_erp()
556 rt2x00_set_field32(&reg, MAC_CSR9_SLOT_TIME, erp->slot_time); in rt73usb_config_erp()
560 rt2x00_set_field32(&reg, MAC_CSR8_SIFS, erp->sifs); in rt73usb_config_erp()
562 rt2x00_set_field32(&reg, MAC_CSR8_EIFS, erp->eifs); in rt73usb_config_erp()
A Drt61pci.c491 struct rt2x00lib_erp *erp, in rt61pci_config_erp() argument
505 !!erp->short_preamble); in rt61pci_config_erp()
511 erp->basic_rates); in rt61pci_config_erp()
516 erp->beacon_int * 16); in rt61pci_config_erp()
522 rt2x00_set_field32(&reg, MAC_CSR9_SLOT_TIME, erp->slot_time); in rt61pci_config_erp()
526 rt2x00_set_field32(&reg, MAC_CSR8_SIFS, erp->sifs); in rt61pci_config_erp()
528 rt2x00_set_field32(&reg, MAC_CSR8_EIFS, erp->eifs); in rt61pci_config_erp()
A Drt2800lib.h232 void rt2800_config_erp(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_erp *erp,
A Drt2x00.h621 struct rt2x00lib_erp *erp,
A Drt2800lib.c2023 struct rt2x00lib_erp *erp) in rt2800_config_ht_opmode() argument
2025 bool any_sta_nongf = !!(erp->ht_opmode & in rt2800_config_ht_opmode()
2027 u8 protection = erp->ht_opmode & IEEE80211_HT_OP_MODE_PROTECTION; in rt2800_config_ht_opmode()
2084 if (erp->cts_protection) { in rt2800_config_ht_opmode()
2126 !!erp->short_preamble); in rt2800_config_erp()
2133 erp->cts_protection ? 2 : 0); in rt2800_config_erp()
2139 0xff0 | erp->basic_rates); in rt2800_config_erp()
2146 erp->slot_time); in rt2800_config_erp()
2150 rt2x00_set_field32(&reg, XIFS_TIME_CFG_EIFS, erp->eifs); in rt2800_config_erp()
2157 erp->beacon_int * 16); in rt2800_config_erp()
[all …]
/linux-6.3-rc2/drivers/s390/scsi/
A Dzfcp_dbf.c402 struct zfcp_dbf *dbf = erp->adapter->dbf; in zfcp_dbf_rec_run_lvl()
414 zfcp_dbf_set_common(rec, erp->adapter, erp->port, erp->sdev); in zfcp_dbf_rec_run_lvl()
416 rec->u.run.fsf_req_id = erp->fsf_req_id; in zfcp_dbf_rec_run_lvl()
417 rec->u.run.rec_status = erp->status; in zfcp_dbf_rec_run_lvl()
418 rec->u.run.rec_step = erp->step; in zfcp_dbf_rec_run_lvl()
419 rec->u.run.rec_action = erp->type; in zfcp_dbf_rec_run_lvl()
421 if (erp->sdev) in zfcp_dbf_rec_run_lvl()
423 atomic_read(&sdev_to_zfcp(erp->sdev)->erp_counter); in zfcp_dbf_rec_run_lvl()
424 else if (erp->port) in zfcp_dbf_rec_run_lvl()
438 void zfcp_dbf_rec_run(char *tag, struct zfcp_erp_action *erp) in zfcp_dbf_rec_run() argument
[all …]
A Dzfcp_ext.h42 struct zfcp_erp_action *erp);
/linux-6.3-rc2/arch/arc/kernel/
A Dsetup.c372 struct bcr_erp erp; in arc_extn_mumbojumbo() local
373 READ_BCR(ARC_REG_ERP_BUILD, erp); in arc_extn_mumbojumbo()
375 if (erp.ver) { in arc_extn_mumbojumbo()
381 IS_AVAIL3(erp.ic, !ctl.dpi, "IC "), in arc_extn_mumbojumbo()
382 IS_AVAIL3(erp.dc, !ctl.dpd, "DC "), in arc_extn_mumbojumbo()
383 IS_AVAIL3(erp.mmu, !ctl.mpd, "MMU ")); in arc_extn_mumbojumbo()
/linux-6.3-rc2/sound/usb/caiaq/
A Ddevice.h127 int snd_usb_caiaq_set_auto_msg (struct snd_usb_caiaqdev *cdev, int digital, int analog, int erp);
A Ddevice.c286 int digital, int analog, int erp) in snd_usb_caiaq_set_auto_msg() argument
288 char tmp[3] = { digital, analog, erp }; in snd_usb_caiaq_set_auto_msg()
/linux-6.3-rc2/fs/ext4/
A Dextents.c5621 if (unlikely(*erp)) in ext4_swap_extents()
5624 if (unlikely(*erp)) in ext4_swap_extents()
5635 *erp = PTR_ERR(path1); in ext4_swap_extents()
5691 if (unlikely(*erp)) in ext4_swap_extents()
5698 if (unlikely(*erp)) in ext4_swap_extents()
5717 if (unlikely(*erp)) in ext4_swap_extents()
5724 if (*erp) in ext4_swap_extents()
5734 if (unlikely(*erp)) in ext4_swap_extents()
5737 if (unlikely(*erp)) in ext4_swap_extents()
5755 if (unlikely(*erp)) in ext4_swap_extents()
[all …]
/linux-6.3-rc2/net/mac80211/
A Dutil.c129 if (band == NL80211_BAND_5GHZ || erp) { in ieee80211_frame_duration()
187 int erp, shift = 0; in ieee80211_generic_frame_duration() local
190 erp = 0; in ieee80211_generic_frame_duration()
214 int erp, shift = 0, bitrate; in ieee80211_rts_duration() local
224 erp = 0; in ieee80211_rts_duration()
237 erp, short_preamble, shift); in ieee80211_rts_duration()
240 erp, short_preamble, shift); in ieee80211_rts_duration()
243 erp, short_preamble, shift); in ieee80211_rts_duration()
258 int erp, shift = 0, bitrate; in ieee80211_ctstoself_duration() local
267 erp = 0; in ieee80211_ctstoself_duration()
[all …]
A Drc80211_minstrel_ht.c1709 bool ldpc, erp; in minstrel_ht_update_caps() local
1735 erp = ctl_rate->flags & IEEE80211_RATE_ERP_G; in minstrel_ht_update_caps()
1737 ctl_rate->bitrate, erp, 1, in minstrel_ht_update_caps()
A Dtx.c45 int rate, mrate, erp, dur, i, shift = 0; in ieee80211_duration() local
73 erp = txrate->flags & IEEE80211_RATE_ERP_G; in ieee80211_duration()
186 dur = ieee80211_frame_duration(sband->band, 10, rate, erp, in ieee80211_duration()
196 txrate->bitrate, erp, in ieee80211_duration()
A Dieee80211_i.h2173 int rate, int erp, int short_preamble,
A Dmlme.c2703 u16 capab, bool erp_valid, u8 erp) in ieee80211_handle_bss_capability() argument
2717 use_protection = (erp & WLAN_ERP_USE_PROTECTION) != 0; in ieee80211_handle_bss_capability()
2718 use_short_preamble = (erp & WLAN_ERP_BARKER_PREAMBLE) == 0; in ieee80211_handle_bss_capability()
/linux-6.3-rc2/drivers/net/wireless/ath/carl9170/
A Ddebug.c719 DEBUGFS_DECLARE_RW_FILE(erp, 80);
873 DEBUGFS_ADD(erp); in carl9170_debugfs_register()
/linux-6.3-rc2/drivers/net/wireless/ath/ath10k/
A Dwmi-tlv.h2041 __le32 erp; member
A Dwmi-tlv.c3349 info->erp = __cpu_to_le32(prb_erp); in ath10k_wmi_tlv_op_gen_bcn_tmpl()
3402 info->erp = 0; in ath10k_wmi_tlv_op_gen_prb_tmpl()

Completed in 188 milliseconds

12