Lines Matching refs:mblk
199 hal->hal_kstats->atreq_blk_wr_size += h_priv->mblk.length; in s1394_xfer_asynch_command()
473 h_priv->mblk.curr_mblk = cmd->cmd_u.b.data_block; in s1394_setup_asynch_command()
476 h_priv->mblk.curr_offset = in s1394_setup_asynch_command()
479 h_priv->mblk.curr_offset = in s1394_setup_asynch_command()
484 h_priv->mblk.length = current_max_payload; in s1394_setup_asynch_command()
488 h_priv->mblk.length = cmd->cmd_u.b.blk_length; in s1394_setup_asynch_command()
753 s_priv->data_remaining -= h_priv->mblk.length; in s1394_atreq_cmd_complete()
756 req->cmd_u.b.bytes_transferred += h_priv->mblk.length; in s1394_atreq_cmd_complete()
760 h_priv->mblk.length; in s1394_atreq_cmd_complete()
766 h_priv->mblk.curr_mblk = h_priv->mblk.next_mblk; in s1394_atreq_cmd_complete()
767 h_priv->mblk.curr_offset = h_priv->mblk.next_offset; in s1394_atreq_cmd_complete()
772 req->cmd_addr += h_priv->mblk.length; in s1394_atreq_cmd_complete()
781 if (s_priv->data_remaining < h_priv->mblk.length) { in s1394_atreq_cmd_complete()
782 h_priv->mblk.length = s_priv->data_remaining; in s1394_atreq_cmd_complete()
1034 h_priv->mblk.curr_mblk = resp->cmd_u.b.data_block; in s1394_send_response()
1035 h_priv->mblk.curr_offset = resp->cmd_u.b.data_block->b_rptr; in s1394_send_response()
1036 h_priv->mblk.length = resp->cmd_u.b.blk_length; in s1394_send_response()
1652 h_priv->mblk.length = in s1394_process_pending_q()
1655 h_priv->mblk.length = in s1394_process_pending_q()