Lines Matching defs:offset
623 static int qedf_send_srr(struct qedf_ioreq *orig_io_req, u32 offset, u8 r_ctl)
675 srr.srr_rel_off = htonl(offset);
697 u32 offset, u8 r_ctl)
708 "Doing sequence cleanup for xid=0x%x offset=%u.\n",
709 orig_io_req->xid, offset);
722 cb_arg->offset = offset;
737 offset);
761 rc = qedf_send_srr(io_req, cb_arg->offset, cb_arg->r_ctl);
849 u32 offset, e_stat;
927 offset = ntohl(acc->reca_fc4value);
930 "Received LS_ACC for REC: offset=0x%x, e_stat=0x%x.\n",
931 offset, e_stat);
946 if (offset == orig_io_req->data_xfer_len) {
951 offset = 0;
957 offset = orig_io_req->tx_buf_off;
967 offset = 0;
972 * For read case we always set the offset to 0
975 offset = 0;
981 qedf_send_srr(orig_io_req, offset, r_ctl);
983 qedf_initiate_seq_cleanup(orig_io_req, offset, r_ctl);