/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 …]
|
/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 …]
|
/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,
|
/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);
|
/drivers/net/wireless/ath/carl9170/ |
D | debug.c | 719 DEBUGFS_DECLARE_RW_FILE(erp, 80); 873 DEBUGFS_ADD(erp); in carl9170_debugfs_register()
|
/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()
|
D | wmi.h | 5781 __le32 erp; member
|
/drivers/net/wireless/ath/ath11k/ |
D | wmi.h | 3679 u32 erp; member
|
D | wmi.c | 1621 bcn_prb_info->erp = 0; in ath11k_wmi_bcn_tmpl() 3357 probe_info->erp = 0; in ath11k_wmi_probe_resp_tmpl()
|