Searched refs:wrb_idx (Results 1 – 5 of 5) sorted by relevance
/drivers/scsi/be2iscsi/ |
D | be_main.h | 713 u8 wrb_idx[8]; /* DWORD 0 */ member 755 u8 wrb_idx[8]; /* DWORD 1 */ member 869 u8 wrb_idx[8]; /* DWORD 0 */ member 917 u8 wrb_idx[8]; /* DWORD 1 */ member
|
D | be_cmds.h | 1052 u8 wrb_idx[8]; /* DWORD 2 */ member 1063 u8 wrb_idx[16]; /* DWORD 2 */ member
|
D | be_cmds.c | 490 unsigned int tag, wrb_idx; in beiscsi_process_mcc_compl() local 494 wrb_idx = (compl->tag0 & CQE_STATUS_WRB_MASK) >> CQE_STATUS_WRB_SHIFT; in beiscsi_process_mcc_compl() 535 ctrl->mcc_tag_status[tag] |= (wrb_idx << CQE_STATUS_WRB_SHIFT); in beiscsi_process_mcc_compl()
|
D | be_mgmt.c | 1319 AMAP_SET_BITS(struct amap_iscsi_target_context_update_wrb, wrb_idx, in beiscsi_offload_cxn_v0() 1377 AMAP_SET_BITS(struct amap_iscsi_target_context_update_wrb_v2, wrb_idx, in beiscsi_offload_cxn_v2()
|
D | be_main.c | 1229 wrb_idx, psol); in hwi_complete_drvr_msgs() 1234 wrb_idx, psol); in hwi_complete_drvr_msgs() 4552 AMAP_SET_BITS(struct amap_iscsi_wrb_v2, wrb_idx, pwrb, in beiscsi_iotask_v2() 4612 AMAP_SET_BITS(struct amap_iscsi_wrb, wrb_idx, pwrb, in beiscsi_iotask() 4659 AMAP_SET_BITS(struct amap_iscsi_wrb, wrb_idx, pwrb, in beiscsi_mtask() 4677 AMAP_SET_BITS(struct amap_iscsi_wrb_v2, wrb_idx, pwrb, in beiscsi_mtask()
|