Searched refs:_ha (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/scsi/aic94xx/ |
| H A D | aic94xx_dump.c | 202 #define PRINT_REG_8bit(_ha, _n, _r) asd_printk(STR_8BIT, #_n, _n, \ argument 203 asd_read_reg_byte(_ha, _r)) 204 #define PRINT_REG_16bit(_ha, _n, _r) asd_printk(STR_16BIT, #_n, _n, \ argument 205 asd_read_reg_word(_ha, _r)) 206 #define PRINT_REG_32bit(_ha, _n, _r) asd_printk(STR_32BIT, #_n, _n, \ argument 207 asd_read_reg_dword(_ha, _r)) 209 #define PRINT_CREG_8bit(_ha, _n) asd_printk(STR_8BIT, #_n, _n, \ argument 210 asd_read_reg_byte(_ha, C##_n)) 211 #define PRINT_CREG_16bit(_ha, _n) asd_printk(STR_16BIT, #_n, _n, \ argument 212 asd_read_reg_word(_ha, C##_n)) [all …]
|
| H 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/drivers/scsi/qla2xxx/ |
| H A D | qla_edif.h | 148 #define EDIF_CAP(_ha) (ql2xsecenable && IS_QLA28XX(_ha)) argument
|
| /linux/include/linux/ |
| H A D | netdevice.h | 270 #define netdev_for_each_synced_uc_addr(_ha, _dev) \ argument 271 netdev_for_each_uc_addr((_ha), (_dev)) \ 272 if ((_ha)->sync_cnt) 278 #define netdev_for_each_synced_mc_addr(_ha, _dev) \ argument 279 netdev_for_each_mc_addr((_ha), (_dev)) \ 280 if ((_ha)->sync_cnt)
|