Home
last modified time | relevance | path

Searched refs:fcfi (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_unsol.c202 uint8_t seq_fcfi = seq->fcfi; in ocs_unsol_process()
212 if (seq_fcfi < ARRAY_SIZE(ocs->xport->fcfi)) { in ocs_unsol_process()
213 xport_fcfi = &ocs->xport->fcfi[seq_fcfi]; in ocs_unsol_process()
218 ocs_log_test(ocs, "FCFI %d is not valid, dropping frame\n", seq->fcfi); in ocs_unsol_process()
339 xport_fcfi = &ocs->xport->fcfi[domain->fcf_indicator]; in ocs_domain_process_pending()
451 xport_fcfi = &ocs->xport->fcfi[domain->fcf_indicator]; in ocs_domain_purge_pending()
495 xport_fcfi = &ocs->xport->fcfi[domain->fcf_indicator]; in ocs_domain_frames_held()
519 xport_fcfi = &ocs->xport->fcfi[domain->fcf_indicator]; in ocs_domain_hold_frames()
547 xport_fcfi = &ocs->xport->fcfi[domain->fcf_indicator]; in ocs_domain_accept_frames()
H A Docs_ddump.c673 ocs_lock(&xport->fcfi[i].pend_frames_lock); in ocs_ddump()
674 if (!ocs_list_empty(&xport->fcfi[i].pend_frames)) { in ocs_ddump()
677 ocs_ddump_value(textbuf, "hold_frames", "%d", xport->fcfi[i].hold_frames); in ocs_ddump()
678 ocs_list_foreach(&xport->fcfi[i].pend_frames, frame) { in ocs_ddump()
690 ocs_unlock(&xport->fcfi[i].pend_frames_lock); in ocs_ddump()
H A Docs_xport.c202 xport->fcfi[i].hold_frames = 1; in ocs_xport_attach()
203 ocs_lock_init(ocs, &xport->fcfi[i].pend_frames_lock, "xport pend_frames[%d]", i); in ocs_xport_attach()
204 ocs_list_init(&xport->fcfi[i].pend_frames, ocs_hw_sequence_t, link); in ocs_xport_attach()
1126 ocs_lock_free(&xport->fcfi[i].pend_frames_lock); in ocs_xport_free()
H A Dsli4.h722 uint32_t fcfi:16, member
1018 fcfi:16; member
1046 fcfi:16; member
1109 uint32_t fcfi:16, member
1343 uint32_t fcfi:16, member
5422 uint32_t fcfi:6, member
5442 uint32_t fcfi:6, member
5490 uint32_t fcfi:6, member
5651 uint8_t fcfi = UINT8_MAX; in sli_fc_rqe_fcfi() local
5656 fcfi = rcqe->fcfi; in sli_fc_rqe_fcfi()
[all …]
H A Docs_xport.h166 ocs_xport_fcfi_t fcfi[SLI4_MAX_FCFI]; member
H A Docs_hw_queues.c1762 seq->fcfi = sli_fc_rqe_fcfi(&hw->sli, cqe); in ocs_hw_rqpair_process_rq()
1869 seq->fcfi = sli_fc_rqe_fcfi(&hw->sli, cqe); in ocs_hw_rqpair_process_auto_xfr_rdy_cmd()
1880 seq->hio->axr_buf->fcfi = seq->fcfi; in ocs_hw_rqpair_process_auto_xfr_rdy_cmd()
1988 seq->fcfi = buf->fcfi; in ocs_hw_rqpair_process_auto_xfr_rdy_data()
2475 buf->fcfi = 0; in ocs_hw_rqpair_auto_xfer_rdy_buffer_sequence_reset()
H A Docs_hw.c884 hw->fcf_indicator = ((sli4_cmd_reg_fcfi_t *)buf)->fcfi; in ocs_hw_init()
1120 hw->fcf_indicator = rsp->fcfi; in ocs_hw_config_mrq()
8229 uint16_t fcfi = UINT16_MAX; in ocs_hw_domain_add() local
8237 fcfi = domain->fcf_indicator; in ocs_hw_domain_add()
8239 if (fcfi < SLI4_MAX_FCFI) { in ocs_hw_domain_add()
8243 domain, fcfi); in ocs_hw_domain_add()
8244 hw->domains[fcfi] = domain; in ocs_hw_domain_add()
8249 hw->first_domain_idx = fcfi; in ocs_hw_domain_add()
8257 fcf_index, fcfi); in ocs_hw_domain_add()
8258 hw->fcf_index_fcfi[fcf_index] = fcfi; in ocs_hw_domain_add()
[all …]
H A Docs_hw.h749 uint8_t fcfi; /**< FCFI associated with sequence */ member
786 uint8_t fcfi; member
H A Dsli4.c898 uint16_t fcfi, uint16_t vpi) in sli_cmd_init_vfi() argument
907 init_vfi->fcfi = fcfi; in sli_cmd_init_vfi()
1357 reg_vfi->fcfi = domain->fcf_indicator; in sli_cmd_reg_vfi()
1547 unreg_fcfi->fcfi = indicator; in sli_cmd_unreg_fcfi()