Lines Matching refs:ox_id
65 ocs_d_send_prli_rsp(ocs_io_t *io, uint16_t ox_id) in ocs_d_send_prli_rsp() argument
73 ocs_send_ls_rjt(io, ox_id, FC_REASON_UNABLE_TO_PERFORM, in ocs_d_send_prli_rsp()
82 ocs_send_ls_rjt(io, ox_id, FC_REASON_UNABLE_TO_PERFORM, in ocs_d_send_prli_rsp()
88 ocs_send_prli_acc(io, ox_id, ocs->fc_type, NULL, NULL); in ocs_d_send_prli_rsp()
470 uint16_t ox_id = ocs_be16toh(hdr->ox_id); in ocs_send_ls_acc_after_attach() local
474 node->ls_acc_oxid = ox_id; in ocs_send_ls_acc_after_attach()
521 uint16_t ox_id = ocs_be16toh(hdr->ox_id); in ocs_process_abts() local
525 abortio = ocs_io_find_tgt_io(ocs, node, ox_id, rx_id); in ocs_process_abts()
531 ox_id, rx_id); in ocs_process_abts()
538 io->init_task_tag = ox_id; in ocs_process_abts()
562 ox_id, (abortio != NULL)); in ocs_process_abts()
852 ocs_send_flogi_p2p_acc(cbdata->io, ocs_be16toh(hdr->ox_id), fc_be24toh(hdr->d_id), NULL, NULL); in __ocs_d_init()
873 ocs_send_logo_acc(cbdata->io, ocs_be16toh(hdr->ox_id), NULL, NULL); in __ocs_d_init()
892 ocs_send_ls_rjt(cbdata->io, ocs_be16toh(hdr->ox_id), in __ocs_d_init()
1005 ocs_send_ls_rjt(cbdata->io, ocs_be16toh(hdr->ox_id), in __ocs_d_wait_plogi_rsp()
1469 ocs_d_send_prli_rsp(cbdata->io, ocs_be16toh(hdr->ox_id)); in __ocs_d_port_logged_in()
1534 ocs_send_logo_acc(cbdata->io, ocs_be16toh(hdr->ox_id), NULL, NULL); in __ocs_d_port_logged_in()
1647 ocs_send_plogi_acc(cbdata->io, ocs_be16toh(hdr->ox_id), NULL, NULL); in __ocs_d_device_ready()
1659 ocs_send_prli_acc(cbdata->io, ocs_be16toh(hdr->ox_id), ocs->fc_type, NULL, NULL); in __ocs_d_device_ready()
1661 ocs_send_ls_rjt(cbdata->io, ocs_be16toh(hdr->ox_id), FC_REASON_UNABLE_TO_PERFORM, in __ocs_d_device_ready()
1672 ocs_send_prlo_acc(cbdata->io, ocs_be16toh(hdr->ox_id), ocs->fc_type, NULL, NULL); in __ocs_d_device_ready()
1674 ocs_send_ls_rjt(cbdata->io, ocs_be16toh(hdr->ox_id), FC_REASON_UNABLE_TO_PERFORM, in __ocs_d_device_ready()
1683 ocs_send_logo_acc(cbdata->io, ocs_be16toh(hdr->ox_id), NULL, NULL); in __ocs_d_device_ready()
1690 ocs_send_adisc_acc(cbdata->io, ocs_be16toh(hdr->ox_id), NULL, NULL); in __ocs_d_device_ready()
1697 ocs_send_ls_acc(cbdata->io, ocs_be16toh(hdr->ox_id), NULL, NULL); in __ocs_d_device_ready()
1841 ocs_send_logo_acc(cbdata->io, ocs_be16toh(hdr->ox_id), NULL, NULL); in __ocs_d_device_gone()
1905 ocs_send_logo_acc(cbdata->io, ocs_be16toh(hdr->ox_id), NULL, NULL); in __ocs_d_wait_adisc_rsp()