Searched refs:ADAPTER_SET_WRB_TYPE (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/scsi/be2iscsi/ |
H A D | be_main.h | 701 #define ADAPTER_SET_WRB_TYPE(pwrb, wrb_type, type_offset) \ macro
|
H A D | be_main.c | 4689 ADAPTER_SET_WRB_TYPE(pwrb, TGT_DM_CMD, pwrb_typeoffset); in beiscsi_mtask() 4694 ADAPTER_SET_WRB_TYPE(pwrb, TGT_DM_CMD, pwrb_typeoffset); in beiscsi_mtask() 4702 ADAPTER_SET_WRB_TYPE(pwrb, INI_RD_CMD, pwrb_typeoffset); in beiscsi_mtask() 4713 ADAPTER_SET_WRB_TYPE(pwrb, TGT_DM_CMD, pwrb_typeoffset); in beiscsi_mtask() 4717 ADAPTER_SET_WRB_TYPE(pwrb, INI_TMF_CMD, pwrb_typeoffset); in beiscsi_mtask() 4721 ADAPTER_SET_WRB_TYPE(pwrb, HWH_TYPE_LOGOUT, pwrb_typeoffset); in beiscsi_mtask()
|