Searched refs:mhdr (Results 1 - 10 of 10) sorted by relevance

/drivers/misc/sgi-gru/
H A Dgrukservices.c538 struct message_header *mhdr = p + GRU_CACHE_LINE_BYTES; local
539 return mhdr->present;
544 struct message_header *mhdr = p + GRU_CACHE_LINE_BYTES; local
545 mhdr->present = val;
593 struct message_header save_mhdr, *mhdr = mesg; local
596 save_mhdr = *mhdr;
597 *mhdr = noop_header;
598 gru_mesq(cb, mqd->mq_gpa, gru_get_tri(mhdr), 1, IMA);
637 *mhdr = save_mhdr;
800 struct message_header *mhdr; local
841 struct message_header *mhdr = mq->next; local
873 struct message_header *mhdr = mq->next; local
[all...]
/drivers/net/ethernet/brocade/bna/
H A Dbfa_msgq.h89 typedef void (*bfa_msgq_mcfunc_t)(void *cbarg, struct bfi_msgq_mhdr *mhdr);
/drivers/staging/tidspbridge/dynload/
H A Dcload.c1579 struct modules_header mhdr; local
1737 mhdr.first_module_size = hndl->dm.dbsiz;
1738 mhdr.first_module = TADDR_TO_TDATA(dllview_info.load_addr);
1741 swap_words(&mhdr, sizeof(struct modules_header) - sizeof(u16),
1745 if (!dlthis->myio->writemem(dlthis->myio, &mhdr, mlist->dbthis,
1789 struct modules_header mhdr; local
1832 * We are using mhdr here as a surrogate for either a
1835 mhdr.first_module = TADDR_TO_TDATA(hndl->dm.next->dm.dbthis);
1836 mhdr.first_module_size = hndl->dm.next->dm.dbsiz;
1838 mhdr
[all...]
/drivers/net/
H A Dvirtio_net.c86 struct virtio_net_hdr_mrg_rxbuf mhdr; member in union:skb_vnet_hdr::__anon3089
178 hdr_len = sizeof hdr->mhdr;
229 num_buf = hdr->mhdr.num_buffers;
240 skb->dev->name, hdr->mhdr.num_buffers);
604 hdr->mhdr.num_buffers = 0;
608 sg_set_buf(vi->tx_sg, &hdr->mhdr, sizeof hdr->mhdr);
/drivers/scsi/bfa/
H A Dbfa_svc.c1129 switch (msg->mhdr.msg_id) {
1135 bfa_trc(bfa, msg->mhdr.msg_id);
1990 bfa_trc(bfa, m->mhdr.msg_id);
1993 switch (m->mhdr.msg_id) {
2007 bfa_trc(bfa, m->mhdr.msg_id);
3411 bfa_trc(bfa, msg->mhdr.msg_id);
3414 switch (msg->mhdr.msg_id) {
4640 bfa_trc(bfa, m->mhdr.msg_id);
4644 switch (m->mhdr.msg_id) {
4668 bfa_trc(bfa, m->mhdr
[all...]
H A Dbfa_core.c667 WARN_ON(m->mhdr.msg_class >= BFI_MC_MAX);
669 bfa_isrs[m->mhdr.msg_class] (bfa, m);
825 bfa_trc(bfa, m->mhdr.msg_class);
826 bfa_trc(bfa, m->mhdr.msg_id);
827 bfa_trc(bfa, m->mhdr.mtag.i2htok);
H A Dbfa_fcpim.h223 struct bfi_mhdr_s mhdr; /* pre-built mhdr */ member in struct:bfa_itnim_s
H A Dbfi_ms.h316 struct bfi_mhdr_s *mhdr; member in union:bfi_fcport_h2i_msg_u
H A Dbfi.h167 struct bfi_mhdr_s mhdr; member in struct:bfi_msg_s
H A Dbfa_fcpim.c1368 bfa_trc(bfa, m->mhdr.msg_id);
1372 switch (m->mhdr.msg_id) {
1397 bfa_trc(bfa, m->mhdr.msg_id);

Completed in 185 milliseconds