Lines Matching defs:phba
251 #define chip_be2(phba) (phba->generation == BE_GEN2) argument
252 #define chip_be3_r(phba) (phba->generation == BE_GEN3) argument
253 #define is_chip_be2_be3r(phba) (chip_be3_r(phba) || (chip_be2(phba))) argument
261 #define BEISCSI_ULP_AVLBL_CID(phba, ulp_num) \ argument
263 #define BEISCSI_ULP0_AVLBL_CID(phba) \ argument
265 #define BEISCSI_ULP1_AVLBL_CID(phba) \ argument
319 #define BEISCSI_GET_CID_COUNT(phba, ulp_num) \ argument
394 #define beiscsi_hba_in_error(phba) ((phba)->state & BEISCSI_HBA_IN_ERR) argument
395 #define beiscsi_hba_is_online(phba) \ argument
408 struct beiscsi_hba *phba; member
554 #define BEISCSI_ASYNC_HDQ_SIZE(phba, ulp) \ argument
1019 #define __beiscsi_log(phba, level, fmt, arg...) \ argument
1022 #define beiscsi_log(phba, level, mask, fmt, arg...) \ argument