Searched refs:pwrb (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/scsi/be2iscsi/ |
D | be_main.c | 1318 struct iscsi_wrb *pwrb = NULL; in hwi_complete_cmd() local 1334 pwrb = pwrb_handle->pwrb; in hwi_complete_cmd() 1335 type = (pwrb->dw[offsetof(struct amap_iscsi_wrb, type) / 32] & in hwi_complete_cmd() 2039 hwi_write_sgl(struct iscsi_wrb *pwrb, struct scatterlist *sg, in hwi_write_sgl() argument 2049 AMAP_SET_BITS(struct amap_iscsi_wrb, iscsi_bhs_addr_lo, pwrb, in hwi_write_sgl() 2051 AMAP_SET_BITS(struct amap_iscsi_wrb, iscsi_bhs_addr_hi, pwrb, in hwi_write_sgl() 2060 AMAP_SET_BITS(struct amap_iscsi_wrb, sge0_addr_lo, pwrb, in hwi_write_sgl() 2062 AMAP_SET_BITS(struct amap_iscsi_wrb, sge0_addr_hi, pwrb, in hwi_write_sgl() 2064 AMAP_SET_BITS(struct amap_iscsi_wrb, sge0_len, pwrb, in hwi_write_sgl() 2069 pwrb, sge_len); in hwi_write_sgl() [all …]
|
D | be_main.h | 840 struct iscsi_wrb *pwrb; member
|