Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbfa_msgq.h42 struct bfa_msgq;
77 struct bfa_msgq *msgq;
104 struct bfa_msgq *msgq;
107 struct bfa_msgq { struct
119 void bfa_msgq_memclaim(struct bfa_msgq *msgq, u8 *kva, u64 pa); argument
120 void bfa_msgq_attach(struct bfa_msgq *msgq, struct bfa_ioc *ioc);
121 void bfa_msgq_regisr(struct bfa_msgq *msgq, enum bfi_mclass mc,
123 void bfa_msgq_cmd_post(struct bfa_msgq *msgq,
125 void bfa_msgq_rsp_copy(struct bfa_msgq *msgq, u8 *buf, size_t buf_len);
H A Dbfa_msgq.c301 bfa_msgq_cmdq_attach(struct bfa_msgq_cmdq *cmdq, struct bfa_msgq *msgq) in bfa_msgq_cmdq_attach()
489 bfa_msgq_rspq_attach(struct bfa_msgq_rspq *rspq, struct bfa_msgq *msgq) in bfa_msgq_rspq_attach()
497 bfa_msgq_init_rsp(struct bfa_msgq *msgq, in bfa_msgq_init_rsp()
507 struct bfa_msgq *msgq = (struct bfa_msgq *)arg; in bfa_msgq_init()
526 struct bfa_msgq *msgq = (struct bfa_msgq *)cbarg; in bfa_msgq_isr()
553 struct bfa_msgq *msgq = (struct bfa_msgq *)cbarg; in bfa_msgq_notify()
588 bfa_msgq_memclaim(struct bfa_msgq *msgq, u8 *kva, u64 pa) in bfa_msgq_memclaim()
601 bfa_msgq_attach(struct bfa_msgq *msgq, struct bfa_ioc *ioc) in bfa_msgq_attach()
614 bfa_msgq_regisr(struct bfa_msgq *msgq, enum bfi_mclass mc, in bfa_msgq_regisr()
622 bfa_msgq_cmd_post(struct bfa_msgq *msgq, struct bfa_msgq_cmd_entry *cmd) in bfa_msgq_cmd_post()
[all …]
H A DMakefile11 bna-objs += bfa_msgq.o bfa_ioc.o bfa_ioc_ct.o bfa_cee.o
H A Dbna_types.h928 struct bfa_msgq msgq;