Searched refs:current_max_payload (Results 1 – 6 of 6) sorted by relevance
360 uint_t current_max_payload; in s1394_setup_asynch_command() local506 current_max_payload = 512 << in s1394_setup_asynch_command()526 if (max_blk < current_max_payload) in s1394_setup_asynch_command()527 current_max_payload = max_blk; in s1394_setup_asynch_command()531 current_max_payload = target->current_max_payload; in s1394_setup_asynch_command()536 if (current_max_payload > cmd->cmd_u.b.max_payload) in s1394_setup_asynch_command()537 current_max_payload = cmd->cmd_u.b.max_payload; in s1394_setup_asynch_command()550 if (cmd->cmd_u.b.blk_length > current_max_payload) { in s1394_setup_asynch_command()551 h_priv->mblk.length = current_max_payload; in s1394_setup_asynch_command()1733 uint_t current_max_payload; in s1394_process_pending_q() local[all …]
174 target->current_max_payload = curr; in t1394_attach()3765 targetinfo->current_max_payload = curr; in t1394_get_targetinfo()3769 tnf_uint, payload, targetinfo->current_max_payload, in t1394_get_targetinfo()
2804 uint_t *current_max_payload) in s1394_get_maxpayload() argument2864 (*current_max_payload) = (temp < speed_max_blk) ? temp : in s1394_get_maxpayload()2869 (*current_max_payload) = local_max_blk; in s1394_get_maxpayload()
1154 softc_p->targetinfo.current_max_payload = in dcam_bus_reset_notify()1155 targetinfo.current_max_payload; in dcam_bus_reset_notify()
406 uint_t current_max_payload; member
492 uint_t current_max_payload; member1090 uint_t *current_max_payload);