/linux-5.19.10/drivers/s390/block/ |
D | dasd_3990_erp.c | 53 dasd_3990_erp_cleanup(struct dasd_ccw_req * erp, char final_status) in dasd_3990_erp_cleanup() argument 55 struct dasd_ccw_req *cqr = erp->refers; in dasd_3990_erp_cleanup() 57 dasd_free_erp_request(erp, erp->memdev); in dasd_3990_erp_cleanup() 71 static void dasd_3990_erp_block_queue(struct dasd_ccw_req *erp, int expires) in dasd_3990_erp_block_queue() argument 74 struct dasd_device *device = erp->startdev; in dasd_3990_erp_block_queue() 83 erp->status = DASD_CQR_FILLED; in dasd_3990_erp_block_queue() 84 if (erp->block) in dasd_3990_erp_block_queue() 85 dasd_block_set_timer(erp->block, expires); in dasd_3990_erp_block_queue() 103 dasd_3990_erp_int_req(struct dasd_ccw_req * erp) in dasd_3990_erp_int_req() argument 106 struct dasd_device *device = erp->startdev; in dasd_3990_erp_int_req() [all …]
|
/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_acl_erp.c | 75 struct mlxsw_sp_acl_erp *erp); 83 struct mlxsw_sp_acl_erp *erp); 89 struct mlxsw_sp_acl_erp *erp); 95 struct mlxsw_sp_acl_erp *erp); 98 struct mlxsw_sp_acl_erp *erp); 128 mlxsw_sp_acl_erp_bank_get(const struct mlxsw_sp_acl_erp *erp) in mlxsw_sp_acl_erp_bank_get() argument 130 return erp->index % erp->erp_table->erp_core->num_erp_banks; in mlxsw_sp_acl_erp_bank_get() 254 struct mlxsw_sp_acl_erp *erp; in mlxsw_sp_acl_erp_generic_create() local 257 erp = kzalloc(sizeof(*erp), GFP_KERNEL); in mlxsw_sp_acl_erp_generic_create() 258 if (!erp) in mlxsw_sp_acl_erp_generic_create() [all …]
|
/linux-5.19.10/drivers/net/wireless/ralink/rt2x00/ |
D | rt2x00config.c | 73 struct rt2x00lib_erp erp; in rt2x00lib_config_erp() local 75 memset(&erp, 0, sizeof(erp)); in rt2x00lib_config_erp() 77 erp.short_preamble = bss_conf->use_short_preamble; in rt2x00lib_config_erp() 78 erp.cts_protection = bss_conf->use_cts_prot; in rt2x00lib_config_erp() 80 erp.slot_time = bss_conf->use_short_slot ? SHORT_SLOT_TIME : SLOT_TIME; in rt2x00lib_config_erp() 81 erp.sifs = SIFS; in rt2x00lib_config_erp() 82 erp.pifs = bss_conf->use_short_slot ? SHORT_PIFS : PIFS; in rt2x00lib_config_erp() 83 erp.difs = bss_conf->use_short_slot ? SHORT_DIFS : DIFS; in rt2x00lib_config_erp() 84 erp.eifs = bss_conf->use_short_slot ? SHORT_EIFS : EIFS; in rt2x00lib_config_erp() 86 erp.basic_rates = bss_conf->basic_rates; in rt2x00lib_config_erp() [all …]
|
D | rt2400pci.c | 313 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(®, CSR11_SLOT_TIME, erp->slot_time); in rt2400pci_config_erp() 370 rt2x00_set_field32(®, CSR18_SIFS, erp->sifs); in rt2400pci_config_erp() 371 rt2x00_set_field32(®, CSR18_PIFS, erp->pifs); in rt2400pci_config_erp() 375 rt2x00_set_field32(®, CSR19_DIFS, erp->difs); in rt2400pci_config_erp() 376 rt2x00_set_field32(®, 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()
|
D | rt2500pci.c | 318 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(®, CSR11_SLOT_TIME, erp->slot_time); in rt2500pci_config_erp() 375 rt2x00_set_field32(®, CSR18_SIFS, erp->sifs); in rt2500pci_config_erp() 376 rt2x00_set_field32(®, CSR18_PIFS, erp->pifs); in rt2500pci_config_erp() 380 rt2x00_set_field32(®, CSR19_DIFS, erp->difs); in rt2500pci_config_erp() 381 rt2x00_set_field32(®, 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()
|
D | rt2500usb.c | 470 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()
|
D | rt73usb.c | 525 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(®, MAC_CSR9_SLOT_TIME, erp->slot_time); in rt73usb_config_erp() 560 rt2x00_set_field32(®, MAC_CSR8_SIFS, erp->sifs); in rt73usb_config_erp() 562 rt2x00_set_field32(®, MAC_CSR8_EIFS, erp->eifs); in rt73usb_config_erp()
|
D | rt61pci.c | 491 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(®, MAC_CSR9_SLOT_TIME, erp->slot_time); in rt61pci_config_erp() 526 rt2x00_set_field32(®, MAC_CSR8_SIFS, erp->sifs); in rt61pci_config_erp() 528 rt2x00_set_field32(®, MAC_CSR8_EIFS, erp->eifs); in rt61pci_config_erp()
|
D | rt2800lib.h | 222 void rt2800_config_erp(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_erp *erp,
|
D | rt2800lib.c | 2003 struct rt2x00lib_erp *erp) in rt2800_config_ht_opmode() argument 2005 bool any_sta_nongf = !!(erp->ht_opmode & in rt2800_config_ht_opmode() 2007 u8 protection = erp->ht_opmode & IEEE80211_HT_OP_MODE_PROTECTION; in rt2800_config_ht_opmode() 2064 if (erp->cts_protection) { in rt2800_config_ht_opmode() 2098 void rt2800_config_erp(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_erp *erp, in rt2800_config_erp() argument 2106 !!erp->short_preamble); in rt2800_config_erp() 2113 erp->cts_protection ? 2 : 0); in rt2800_config_erp() 2119 0xff0 | erp->basic_rates); in rt2800_config_erp() 2126 erp->slot_time); in rt2800_config_erp() 2130 rt2x00_set_field32(®, XIFS_TIME_CFG_EIFS, erp->eifs); in rt2800_config_erp() [all …]
|
D | rt2x00.h | 621 struct rt2x00lib_erp *erp,
|
/linux-5.19.10/drivers/s390/scsi/ |
D | zfcp_dbf.c | 358 void zfcp_dbf_rec_run_lvl(int level, char *tag, struct zfcp_erp_action *erp) in zfcp_dbf_rec_run_lvl() argument 360 struct zfcp_dbf *dbf = erp->adapter->dbf; in zfcp_dbf_rec_run_lvl() 372 zfcp_dbf_set_common(rec, erp->adapter, erp->port, erp->sdev); in zfcp_dbf_rec_run_lvl() 374 rec->u.run.fsf_req_id = erp->fsf_req_id; in zfcp_dbf_rec_run_lvl() 375 rec->u.run.rec_status = erp->status; in zfcp_dbf_rec_run_lvl() 376 rec->u.run.rec_step = erp->step; in zfcp_dbf_rec_run_lvl() 377 rec->u.run.rec_action = erp->type; in zfcp_dbf_rec_run_lvl() 379 if (erp->sdev) in zfcp_dbf_rec_run_lvl() 381 atomic_read(&sdev_to_zfcp(erp->sdev)->erp_counter); in zfcp_dbf_rec_run_lvl() 382 else if (erp->port) in zfcp_dbf_rec_run_lvl() [all …]
|
D | zfcp_ext.h | 42 struct zfcp_erp_action *erp);
|
/linux-5.19.10/arch/arc/kernel/ |
D | setup.c | 372 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-5.19.10/sound/usb/caiaq/ |
D | device.h | 127 int snd_usb_caiaq_set_auto_msg (struct snd_usb_caiaqdev *cdev, int digital, int analog, int erp);
|
D | device.c | 286 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-5.19.10/fs/ext4/ |
D | extents.c | 5601 ext4_lblk_t count, int unwritten, int *erp) in ext4_swap_extents() argument 5612 *erp = ext4_es_remove_extent(inode1, lblk1, count); in ext4_swap_extents() 5613 if (unlikely(*erp)) in ext4_swap_extents() 5615 *erp = ext4_es_remove_extent(inode2, lblk2, count); in ext4_swap_extents() 5616 if (unlikely(*erp)) in ext4_swap_extents() 5627 *erp = PTR_ERR(path1); in ext4_swap_extents() 5635 *erp = PTR_ERR(path2); in ext4_swap_extents() 5681 *erp = ext4_force_split_extent_at(handle, inode1, in ext4_swap_extents() 5683 if (unlikely(*erp)) in ext4_swap_extents() 5688 *erp = ext4_force_split_extent_at(handle, inode2, in ext4_swap_extents() [all …]
|
/linux-5.19.10/net/mac80211/ |
D | util.c | 112 int rate, int erp, int short_preamble, in ieee80211_frame_duration() argument 129 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() 195 erp = rate->flags & IEEE80211_RATE_ERP_G; in ieee80211_generic_frame_duration() 199 dur = ieee80211_frame_duration(band, frame_len, rate->bitrate, erp, in ieee80211_generic_frame_duration() 214 int erp, shift = 0, bitrate; in ieee80211_rts_duration() local 224 erp = 0; in ieee80211_rts_duration() 229 erp = rate->flags & IEEE80211_RATE_ERP_G; in ieee80211_rts_duration() 237 erp, short_preamble, shift); in ieee80211_rts_duration() [all …]
|
D | rc80211_minstrel_ht.c | 1706 bool ldpc, erp; in minstrel_ht_update_caps() local 1732 erp = ctl_rate->flags & IEEE80211_RATE_ERP_G; in minstrel_ht_update_caps() 1734 ctl_rate->bitrate, erp, 1, in minstrel_ht_update_caps()
|
D | tx.c | 46 int rate, mrate, erp, dur, i, shift = 0; in ieee80211_duration() local 74 erp = txrate->flags & IEEE80211_RATE_ERP_G; in ieee80211_duration() 187 dur = ieee80211_frame_duration(sband->band, 10, rate, erp, in ieee80211_duration() 197 txrate->bitrate, erp, in ieee80211_duration()
|
D | mlme.c | 2210 u16 capab, bool erp_valid, u8 erp) in ieee80211_handle_bss_capability() argument 2224 use_protection = (erp & WLAN_ERP_USE_PROTECTION) != 0; in ieee80211_handle_bss_capability() 2225 use_short_preamble = (erp & WLAN_ERP_BARKER_PREAMBLE) == 0; in ieee80211_handle_bss_capability()
|
D | ieee80211_i.h | 2193 int rate, int erp, int short_preamble,
|
/linux-5.19.10/drivers/net/wireless/ath/carl9170/ |
D | debug.c | 719 DEBUGFS_DECLARE_RW_FILE(erp, 80); 873 DEBUGFS_ADD(erp); in carl9170_debugfs_register()
|
/linux-5.19.10/drivers/net/wireless/ath/ath10k/ |
D | wmi-tlv.h | 2041 __le32 erp; member
|
D | wmi-tlv.c | 3342 info->erp = __cpu_to_le32(prb_erp); in ath10k_wmi_tlv_op_gen_bcn_tmpl() 3395 info->erp = 0; in ath10k_wmi_tlv_op_gen_prb_tmpl()
|