Home
last modified time | relevance | path

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

/linux/drivers/s390/block/
H A Ddasd_3990_erp.c49 dasd_3990_erp_cleanup(struct dasd_ccw_req * erp, char final_status) in dasd_3990_erp_cleanup() argument
51 struct dasd_ccw_req *cqr = erp->refers; in dasd_3990_erp_cleanup()
53 dasd_free_erp_request(erp, erp->memdev); in dasd_3990_erp_cleanup()
67 static void dasd_3990_erp_block_queue(struct dasd_ccw_req *erp, int expires) in dasd_3990_erp_block_queue() argument
70 struct dasd_device *device = erp->startdev; in dasd_3990_erp_block_queue()
79 erp->status = DASD_CQR_FILLED; in dasd_3990_erp_block_queue()
80 if (erp->block) in dasd_3990_erp_block_queue()
81 dasd_block_set_timer(erp->block, expires); in dasd_3990_erp_block_queue()
99 dasd_3990_erp_int_req(struct dasd_ccw_req * erp) in dasd_3990_erp_int_req() argument
102 struct dasd_device *device = erp->startdev; in dasd_3990_erp_int_req()
[all …]
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_erp.c75 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_obj(*erp); in mlxsw_sp_acl_erp_generic_create()
258 if (!erp) in mlxsw_sp_acl_erp_generic_create()
[all …]
/linux/drivers/net/wireless/ralink/rt2x00/
H 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()
82 erp.slot_time = bss_conf->use_short_slot ? SHORT_SLOT_TIME : SLOT_TIME; 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()
[all …]
H 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()
H 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()
H 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()
H 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()
H 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()
/linux/drivers/s390/scsi/
H A Dzfcp_dbf.c399 void zfcp_dbf_rec_run_lvl(int level, char *tag, struct zfcp_erp_action *erp) in zfcp_dbf_rec_run_lvl() argument
401 struct zfcp_dbf *dbf = erp->adapter->dbf; in zfcp_dbf_rec_run_lvl()
413 zfcp_dbf_set_common(rec, erp->adapter, erp->port, erp->sdev); in zfcp_dbf_rec_run_lvl()
415 rec->u.run.fsf_req_id = erp->fsf_req_id; in zfcp_dbf_rec_run_lvl()
416 rec->u.run.rec_status = erp->status; in zfcp_dbf_rec_run_lvl()
417 rec->u.run.rec_step = erp->step; in zfcp_dbf_rec_run_lvl()
418 rec->u.run.rec_action = erp->type; in zfcp_dbf_rec_run_lvl()
420 if (erp->sdev) in zfcp_dbf_rec_run_lvl()
422 atomic_read(&sdev_to_zfcp(erp->sdev)->erp_counter); in zfcp_dbf_rec_run_lvl()
423 else if (erp->port) in zfcp_dbf_rec_run_lvl()
[all …]
H A Dzfcp_ext.h42 struct zfcp_erp_action *erp);
/linux/arch/arc/kernel/
H A Dsetup.c167 struct bcr_erp erp; in arcv2_mumbojumbo() local
269 READ_BCR(ARC_REG_ERP_BUILD, erp); in arcv2_mumbojumbo()
270 if (erp.ver) { in arcv2_mumbojumbo()
275 IS_AVAIL3(erp.ic, !ctl.dpi, "IC "), in arcv2_mumbojumbo()
276 IS_AVAIL3(erp.dc, !ctl.dpd, "DC "), in arcv2_mumbojumbo()
277 IS_AVAIL3(erp.mmu, !ctl.mpd, "MMU ")); in arcv2_mumbojumbo()
/linux/sound/usb/caiaq/
H A Ddevice.h127 int snd_usb_caiaq_set_auto_msg (struct snd_usb_caiaqdev *cdev, int digital, int analog, int erp);
H 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/net/mac80211/
H A Dutil.c117 int rate, int erp, int short_preamble) in ieee80211_frame_duration() argument
130 if (band == NL80211_BAND_5GHZ || erp) { in ieee80211_frame_duration()
182 int erp; in ieee80211_generic_frame_duration() local
185 erp = 0; in ieee80211_generic_frame_duration()
190 erp = rate->flags & IEEE80211_RATE_ERP_G; in ieee80211_generic_frame_duration()
193 dur = ieee80211_frame_duration(band, frame_len, rate->bitrate, erp, in ieee80211_generic_frame_duration()
208 int erp, bitrate; in ieee80211_rts_duration() local
218 erp = 0; in ieee80211_rts_duration()
223 erp = rate->flags & IEEE80211_RATE_ERP_G; in ieee80211_rts_duration()
230 erp, short_preambl in ieee80211_rts_duration()
251 int erp, bitrate; ieee80211_ctstoself_duration() local
[all...]
H A Dtx.c47 int rate, mrate, erp, dur, i; in ieee80211_duration() local
68 erp = txrate->flags & IEEE80211_RATE_ERP_G; in ieee80211_duration()
175 dur = ieee80211_frame_duration(sband->band, 10, rate, erp, in ieee80211_duration()
184 txrate->bitrate, erp, in ieee80211_duration()
H A Dmlme.c4289 u16 capab, bool erp_valid, u8 erp) in ieee80211_set_disassoc()
4303 use_protection = (erp & WLAN_ERP_USE_PROTECTION) != 0; in ieee80211_set_disassoc()
4304 use_short_preamble = (erp & WLAN_ERP_BARKER_PREAMBLE) == 0; in ieee80211_set_disassoc()
3925 ieee80211_handle_bss_capability(struct ieee80211_link_data * link,u16 capab,bool erp_valid,u8 erp) ieee80211_handle_bss_capability() argument
/linux/fs/ext4/
H A Dextents.c5751 * @erp: Pointer to save error value
5765 ext4_lblk_t count, int unwritten, int *erp) in ext4_swap_extents() argument
5787 *erp = PTR_ERR(path1); in ext4_swap_extents()
5792 *erp = PTR_ERR(path2); in ext4_swap_extents()
5840 *erp = PTR_ERR(path1); in ext4_swap_extents()
5849 *erp = PTR_ERR(path2); in ext4_swap_extents()
5870 *erp = PTR_ERR(path1); in ext4_swap_extents()
5879 *erp = PTR_ERR(path2); in ext4_swap_extents()
5889 *erp = ext4_ext_get_access(handle, inode1, path1 + path1->p_depth); in ext4_swap_extents()
5890 if (unlikely(*erp)) in ext4_swap_extents()
[all...]
/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi-tlv.h2042 __le32 erp; member
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c1814 bcn_prb_info->erp = 0; in ath11k_wmi_bcn_tmpl()
4031 probe_info->erp = 0; in ath11k_wmi_probe_resp_tmpl()
/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c2060 bcn_prb_info->erp = 0; in ath12k_wmi_vdev_install_key()
3982 probe_info->erp = 0; in ath12k_fill_band_to_mac_param()