Searched refs:bfa_msgq (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | bfa_msgq.h | 50 struct bfa_msgq; 83 struct bfa_msgq *msgq; 108 struct bfa_msgq *msgq; 111 struct bfa_msgq { struct 123 void bfa_msgq_memclaim(struct bfa_msgq *msgq, u8 *kva, u64 pa); argument 124 void bfa_msgq_attach(struct bfa_msgq *msgq, struct bfa_ioc *ioc); 125 void bfa_msgq_regisr(struct bfa_msgq *msgq, enum bfi_mclass mc, 127 void bfa_msgq_cmd_post(struct bfa_msgq *msgq, 129 void bfa_msgq_rsp_copy(struct bfa_msgq *msgq, u8 *buf, size_t buf_len);
|
D | bfa_msgq.c | 310 bfa_msgq_cmdq_attach(struct bfa_msgq_cmdq *cmdq, struct bfa_msgq *msgq) in bfa_msgq_cmdq_attach() 498 bfa_msgq_rspq_attach(struct bfa_msgq_rspq *rspq, struct bfa_msgq *msgq) in bfa_msgq_rspq_attach() 506 bfa_msgq_init_rsp(struct bfa_msgq *msgq, in bfa_msgq_init_rsp() 516 struct bfa_msgq *msgq = (struct bfa_msgq *)arg; in bfa_msgq_init() 535 struct bfa_msgq *msgq = (struct bfa_msgq *)cbarg; in bfa_msgq_isr() 562 struct bfa_msgq *msgq = (struct bfa_msgq *)cbarg; in bfa_msgq_notify() 597 bfa_msgq_memclaim(struct bfa_msgq *msgq, u8 *kva, u64 pa) in bfa_msgq_memclaim() 610 bfa_msgq_attach(struct bfa_msgq *msgq, struct bfa_ioc *ioc) in bfa_msgq_attach() 624 bfa_msgq_regisr(struct bfa_msgq *msgq, enum bfi_mclass mc, in bfa_msgq_regisr() 632 bfa_msgq_cmd_post(struct bfa_msgq *msgq, struct bfa_msgq_cmd_entry *cmd) in bfa_msgq_cmd_post() [all …]
|
D | Makefile | 10 bna-objs += bfa_msgq.o bfa_ioc.o bfa_ioc_ct.o bfa_cee.o
|
D | bna_types.h | 939 struct bfa_msgq msgq;
|