Searched refs:_ha (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/scsi/aic94xx/ |
A D | aic94xx_dump.c | 203 asd_read_reg_byte(_ha, _r)) 205 asd_read_reg_word(_ha, _r)) 207 asd_read_reg_dword(_ha, _r)) 210 asd_read_reg_byte(_ha, C##_n)) 212 asd_read_reg_word(_ha, C##_n)) 221 asd_read_reg_byte(_ha, _r)) 223 asd_read_reg_word(_ha, _r)) 225 asd_read_reg_dword(_ha, _r)) 241 #define PRINT_CMDP_word(_ha, _n) \ argument 251 asd_read_reg_word(_ha, CMDP_REG(_n, 7))) [all …]
|
A D | aic94xx_dev.c | 16 #define FIND_FREE_DDB(_ha) find_first_zero_bit((_ha)->hw_prof.ddb_bitmap, \ argument 17 (_ha)->hw_prof.max_ddbs) 18 #define SET_DDB(_ddb, _ha) set_bit(_ddb, (_ha)->hw_prof.ddb_bitmap) argument 19 #define CLEAR_DDB(_ddb, _ha) clear_bit(_ddb, (_ha)->hw_prof.ddb_bitmap) argument
|
/linux-6.3-rc2/drivers/scsi/qla2xxx/ |
A D | qla_edif.h | 148 #define EDIF_CAP(_ha) (ql2xsecenable && IS_QLA28XX(_ha)) argument
|
A D | qla_def.h | 4310 #define QLA_ABTS_FW_ENABLED(_ha) ((_ha)->fw_attributes_ext[0] & BIT_14) argument 5112 _ha->flags.fw_started = 1; \ 5115 if (_ha->queue_pair_map[i]) \ 5122 _ha->flags.fw_started = 0; \ 5125 if (_ha->queue_pair_map[i]) \ 5191 #define QLA_ENA_CONF(_ha) {\ argument 5195 if (_ha->queue_pair_map[i]) \ 5200 #define QLA_DIS_CONF(_ha) {\ argument 5392 (IS_QLA27XX(_ha) || IS_QLA28XX(_ha) || IS_QLA83XX(_ha))) 5394 #define SAVE_TOPO(_ha) { \ argument [all …]
|
/linux-6.3-rc2/include/linux/ |
A D | netdevice.h | 266 #define netdev_for_each_synced_uc_addr(_ha, _dev) \ argument 267 netdev_for_each_uc_addr((_ha), (_dev)) \ 268 if ((_ha)->sync_cnt) 274 #define netdev_for_each_synced_mc_addr(_ha, _dev) \ argument 275 netdev_for_each_mc_addr((_ha), (_dev)) \ 276 if ((_ha)->sync_cnt)
|
Completed in 82 milliseconds