Searched defs:msgq (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/drivers/scsi/arm/ |
D | msgqueue.c | 25 static struct msgqueue_entry *mqe_alloc(MsgQueue_t *msgq) in mqe_alloc() 41 static void mqe_free(MsgQueue_t *msgq, struct msgqueue_entry *mq) in mqe_free() 54 void msgqueue_initialise(MsgQueue_t *msgq) in msgqueue_initialise() 73 void msgqueue_free(MsgQueue_t *msgq) in msgqueue_free() 83 int msgqueue_msglength(MsgQueue_t *msgq) in msgqueue_msglength() 101 struct message *msgqueue_getmsg(MsgQueue_t *msgq, int msgno) in msgqueue_getmsg() 118 int msgqueue_addmsg(MsgQueue_t *msgq, int length, ...) in msgqueue_addmsg() 151 void msgqueue_flush(MsgQueue_t *msgq) in msgqueue_flush()
|
/linux-3.4.99/drivers/net/ethernet/brocade/bna/ |
D | bfa_msgq.c | 311 bfa_msgq_cmdq_attach(struct bfa_msgq_cmdq *cmdq, struct bfa_msgq *msgq) in bfa_msgq_cmdq_attach() 499 bfa_msgq_rspq_attach(struct bfa_msgq_rspq *rspq, struct bfa_msgq *msgq) in bfa_msgq_rspq_attach() 507 bfa_msgq_init_rsp(struct bfa_msgq *msgq, in bfa_msgq_init_rsp() 517 struct bfa_msgq *msgq = (struct bfa_msgq *)arg; in bfa_msgq_init() local 536 struct bfa_msgq *msgq = (struct bfa_msgq *)cbarg; in bfa_msgq_isr() local 563 struct bfa_msgq *msgq = (struct bfa_msgq *)cbarg; in bfa_msgq_notify() local 598 bfa_msgq_memclaim(struct bfa_msgq *msgq, u8 *kva, u64 pa) in bfa_msgq_memclaim() 611 bfa_msgq_attach(struct bfa_msgq *msgq, struct bfa_ioc *ioc) in bfa_msgq_attach() 625 bfa_msgq_regisr(struct bfa_msgq *msgq, enum bfi_mclass mc, in bfa_msgq_regisr() 633 bfa_msgq_cmd_post(struct bfa_msgq *msgq, struct bfa_msgq_cmd_entry *cmd) in bfa_msgq_cmd_post() [all …]
|
D | bfa_msgq.h | 82 struct bfa_msgq *msgq; member 107 struct bfa_msgq *msgq; member
|
D | bna_types.h | 970 struct bfa_msgq msgq; member
|
/linux-3.4.99/drivers/staging/tidspbridge/core/ |
D | msg_sm.c | 103 int bridge_msg_create_queue(struct msg_mgr *hmsg_mgr, struct msg_queue **msgq, in bridge_msg_create_queue()
|
/linux-3.4.99/drivers/spi/ |
D | spi-coldfire-qspi.c | 84 struct list_head msgq; member
|
/linux-3.4.99/include/linux/ |
D | mISDNif.h | 499 struct sk_buff_head msgq; member
|