• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/ocs_fc/

Lines Matching refs:ox_id

61  * @param ox_id OX_ID of PRLI
67 ocs_d_send_prli_rsp(ocs_io_t *io, uint16_t ox_id)
75 ocs_send_ls_rjt(io, ox_id, FC_REASON_UNABLE_TO_PERFORM,
84 ocs_send_ls_rjt(io, ox_id, FC_REASON_UNABLE_TO_PERFORM,
90 ocs_send_prli_acc(io, ox_id, ocs->fc_type, NULL, NULL);
472 uint16_t ox_id = ocs_be16toh(hdr->ox_id);
476 node->ls_acc_oxid = ox_id;
523 uint16_t ox_id = ocs_be16toh(hdr->ox_id);
527 abortio = ocs_io_find_tgt_io(ocs, node, ox_id, rx_id);
532 node_printf(node, "Abort request: ox_id [%04x] rx_id [%04x]\n",
533 ox_id, rx_id);
536 * Save the ox_id for the ABTS as the init_task_tag in our manufactured
540 io->init_task_tag = ox_id;
563 node_printf(node, "Abort request: ox_id [%04x], IO not found (exists=%d)\n",
564 ox_id, (abortio != NULL));
854 ocs_send_flogi_p2p_acc(cbdata->io, ocs_be16toh(hdr->ox_id), fc_be24toh(hdr->d_id), NULL, NULL);
875 ocs_send_logo_acc(cbdata->io, ocs_be16toh(hdr->ox_id), NULL, NULL);
894 ocs_send_ls_rjt(cbdata->io, ocs_be16toh(hdr->ox_id),
1007 ocs_send_ls_rjt(cbdata->io, ocs_be16toh(hdr->ox_id),
1471 ocs_d_send_prli_rsp(cbdata->io, ocs_be16toh(hdr->ox_id));
1536 ocs_send_logo_acc(cbdata->io, ocs_be16toh(hdr->ox_id), NULL, NULL);
1649 ocs_send_plogi_acc(cbdata->io, ocs_be16toh(hdr->ox_id), NULL, NULL);
1661 ocs_send_prli_acc(cbdata->io, ocs_be16toh(hdr->ox_id), ocs->fc_type, NULL, NULL);
1663 ocs_send_ls_rjt(cbdata->io, ocs_be16toh(hdr->ox_id), FC_REASON_UNABLE_TO_PERFORM,
1674 ocs_send_prlo_acc(cbdata->io, ocs_be16toh(hdr->ox_id), ocs->fc_type, NULL, NULL);
1676 ocs_send_ls_rjt(cbdata->io, ocs_be16toh(hdr->ox_id), FC_REASON_UNABLE_TO_PERFORM,
1685 ocs_send_logo_acc(cbdata->io, ocs_be16toh(hdr->ox_id), NULL, NULL);
1692 ocs_send_adisc_acc(cbdata->io, ocs_be16toh(hdr->ox_id), NULL, NULL);
1699 ocs_send_ls_acc(cbdata->io, ocs_be16toh(hdr->ox_id), NULL, NULL);
1843 ocs_send_logo_acc(cbdata->io, ocs_be16toh(hdr->ox_id), NULL, NULL);
1907 ocs_send_logo_acc(cbdata->io, ocs_be16toh(hdr->ox_id), NULL, NULL);