Home
last modified time | relevance | path

Searched refs:bfa_port_s (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/scsi/bfa/
Dbfa_port.h29 struct bfa_port_s { struct
55 void bfa_port_attach(struct bfa_port_s *port, struct bfa_ioc_s *ioc, argument
59 bfa_status_t bfa_port_get_stats(struct bfa_port_s *port,
62 bfa_status_t bfa_port_clear_stats(struct bfa_port_s *port,
64 bfa_status_t bfa_port_enable(struct bfa_port_s *port,
66 bfa_status_t bfa_port_disable(struct bfa_port_s *port,
69 void bfa_port_mem_claim(struct bfa_port_s *port,
71 void bfa_port_set_dportenabled(struct bfa_port_s *port,
Dbfa_port.c29 bfa_port_stats_swap(struct bfa_port_s *port, union bfa_port_stats_u *stats) in bfa_port_stats_swap()
59 bfa_port_enable_isr(struct bfa_port_s *port, bfa_status_t status) in bfa_port_enable_isr()
76 bfa_port_disable_isr(struct bfa_port_s *port, bfa_status_t status) in bfa_port_disable_isr()
93 bfa_port_get_stats_isr(struct bfa_port_s *port, bfa_status_t status) in bfa_port_get_stats_isr()
122 bfa_port_clear_stats_isr(struct bfa_port_s *port, bfa_status_t status) in bfa_port_clear_stats_isr()
149 struct bfa_port_s *port = (struct bfa_port_s *) cbarg; in bfa_port_isr()
211 bfa_port_mem_claim(struct bfa_port_s *port, u8 *dma_kva, u64 dma_pa) in bfa_port_mem_claim()
227 bfa_port_enable(struct bfa_port_s *port, bfa_port_endis_cbfn_t cbfn, in bfa_port_enable()
283 bfa_port_disable(struct bfa_port_s *port, bfa_port_endis_cbfn_t cbfn, in bfa_port_disable()
339 bfa_port_get_stats(struct bfa_port_s *port, union bfa_port_stats_u *stats, in bfa_port_get_stats()
[all …]
Dbfa_modules.h41 struct bfa_port_s port; /* Physical port module */
Dbfa_core.c100 struct bfa_port_s *port = &bfa->modules.port; in bfa_com_port_attach()