Searched refs:fcfi (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/sys/dev/ocs_fc/ |
| H A D | ocs_unsol.c | 202 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 D | ocs_ddump.c | 673 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 D | ocs_xport.c | 202 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 D | sli4.h | 722 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 5656 fcfi = rcqe->fcfi; in sli_fc_rqe_fcfi() 5661 fcfi = rcqev1->fcfi; in sli_fc_rqe_fcfi() 5666 fcfi = opt_wr->fcfi; in sli_fc_rqe_fcfi() [all …]
|
| H A D | ocs_xport.h | 166 ocs_xport_fcfi_t fcfi[SLI4_MAX_FCFI]; member
|
| H A D | ocs_hw_queues.c | 1762 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 D | ocs_hw.c | 8229 uint16_t fcfi = UINT16_MAX; in ocs_hw_domain_add() local 8239 if (fcfi < SLI4_MAX_FCFI) { in ocs_hw_domain_add() 8243 domain, fcfi); in ocs_hw_domain_add() 8257 fcf_index, fcfi); in ocs_hw_domain_add() 8263 hw->domains[fcfi] = NULL; in ocs_hw_domain_add() 8267 fcfi, SLI4_MAX_FCFI); in ocs_hw_domain_add() 8291 domain, fcfi); in ocs_hw_domain_del() 8299 hw->domains[fcfi] = NULL; in ocs_hw_domain_del() 8324 fcfi, SLI4_MAX_FCFI); in ocs_hw_domain_del() 8340 return hw->domains[fcfi]; in ocs_hw_domain_get() [all …]
|
| H A D | ocs_hw.h | 749 uint8_t fcfi; /**< FCFI associated with sequence */ member 786 uint8_t fcfi; member
|
| H A D | sli4.c | 898 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()
|