Home
last modified time | relevance | path

Searched refs:current_max_payload (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/io/1394/
H A Ds1394_asynch.c360 uint_t current_max_payload; in s1394_setup_asynch_command() local
506 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 …]
H A Dt1394.c174 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()
H A Ds1394_dev_disc.c2804 uint_t *current_max_payload) in s1394_get_maxpayload() argument
2864 (*current_max_payload) = (temp < speed_max_blk) ? temp : in s1394_get_maxpayload()
2869 (*current_max_payload) = local_max_blk; in s1394_get_maxpayload()
/titanic_50/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam.c1154 softc_p->targetinfo.current_max_payload = in dcam_bus_reset_notify()
1155 targetinfo.current_max_payload; in dcam_bus_reset_notify()
/titanic_50/usr/src/uts/common/sys/1394/
H A Dt1394.h406 uint_t current_max_payload; member
H A Ds1394.h492 uint_t current_max_payload; member
1090 uint_t *current_max_payload);