Searched refs:ocs_sli_port_t (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_common.h | 79 typedef struct ocs_sli_port_s ocs_sli_port_t; typedef 254 …ocs_sli_port_t *sport; /**< Pointer to first (physical) SLI port (also at the head of sport_list)… 281 ocs_sli_port_t *sport; /**< associated SLI port */
|
H A D | ocs_hw.h | 1261 extern ocs_hw_rtn_e ocs_hw_port_alloc(ocs_hw_t *, ocs_sli_port_t *, ocs_domain_t *, uint8_t *); 1262 extern ocs_hw_rtn_e ocs_hw_port_attach(ocs_hw_t *, ocs_sli_port_t *, uint32_t); 1265 extern ocs_hw_rtn_e ocs_hw_port_free(ocs_hw_t *, ocs_sli_port_t *); 1271 extern ocs_hw_rtn_e ocs_hw_node_alloc(ocs_hw_t *, ocs_remote_node_t *, uint32_t, ocs_sli_port_t *);
|
H A D | ocs_hw.c | 2446 ocs_hw_port_alloc(ocs_hw_t *hw, ocs_sli_port_t *sport, ocs_domain_t *domain, in ocs_hw_port_alloc() 2529 ocs_hw_port_attach(ocs_hw_t *hw, ocs_sli_port_t *sport, uint32_t fc_id) in ocs_hw_port_attach() 2738 ocs_hw_port_free(ocs_hw_t *hw, ocs_sli_port_t *sport) in ocs_hw_port_free() 2947 ocs_sli_port_t *sport) in ocs_hw_node_alloc() 9960 ocs_sli_port_t *sport = ctx->app; in __ocs_hw_port_common() 9987 ocs_sli_port_t *sport = ctx->app; in __ocs_hw_port_free_report_fail() 10012 ocs_sli_port_t *sport = ctx->app; in __ocs_hw_port_freed() 10043 ocs_sli_port_t *sport = ctx->app; in __ocs_hw_port_attach_report_fail() 10077 ocs_sli_port_t *sport = ctx->app; in __ocs_hw_port_free_unreg_vpi() 10124 ocs_sli_port_t *sport = ctx->app; in __ocs_hw_port_free_nop() [all …]
|
H A D | ocs_sport.c | 82 ocs_sli_port_t *sport = data; in ocs_port_cb() 1180 ocs_ddump_sport(ocs_textbuf_t *textbuf, ocs_sli_port_t *sport) in ocs_ddump_sport()
|
H A D | sli4.h | 3680 extern int32_t sli_cmd_reg_vpi(sli4_t *, void *, size_t, ocs_sli_port_t *, uint8_t);
|
H A D | sli4.c | 1390 sli_cmd_reg_vpi(sli4_t *sli4, void *buf, size_t size, ocs_sli_port_t *sport, uint8_t update) in sli_cmd_reg_vpi()
|