Searched refs:cmd_rsp_code (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_fcp.h | 434 uint32_t cmd_rsp_code:16, member 554 hdr->cmd_rsp_code = ocs_htobe16(cmd); in fcct_build_req_header()
|
H A D | ocs_els.h | 106 …_rsp(ocs_io_t *io, uint32_t ox_id, fcct_iu_header_t *ct_hdr, uint32_t cmd_rsp_code, uint32_t reaso…
|
H A D | ocs_node.c | 1676 if ((cbdata->els->hio_type != OCS_HW_FC_CT) || fcct->cmd_rsp_code != ocs_htobe16(cmd)) { in node_check_ns_req() 1682 node->display_name, funcname, cmd, fcct->cmd_rsp_code); in node_check_ns_req() 2252 uint16_t gscmd = ocs_be16toh(iu->cmd_rsp_code); in ocs_node_recv_ct_frame()
|
H A D | ocs_els.c | 2699 ocs_send_ct_rsp(ocs_io_t *io, uint32_t ox_id, fcct_iu_header_t *ct_hdr, uint32_t cmd_rsp_code, uint… in ocs_send_ct_rsp() argument 2707 fcct_build_req_header(rsp, cmd_rsp_code, 0); in ocs_send_ct_rsp()
|
H A D | ocs_fabric.c | 1867 if (ocs_be16toh(gidpt->hdr.cmd_rsp_code) == FCCT_HDR_CMDRSP_REJECT) { in ocs_process_gidpt_payload()
|