Searched refs:mbx_hdr (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw.h673 struct mbx_hdr { struct
710 #define OCE_MBX_RRHDR_SZ sizeof (struct mbx_hdr)
716 struct mbx_hdr hdr;
739 struct mbx_hdr hdr;
770 struct mbx_hdr hdr;
793 struct mbx_hdr hdr;
821 struct mbx_hdr hdr;
866 struct mbx_hdr hdr;
888 struct mbx_hdr hdr;
969 struct mbx_hdr hd
[all...]
H A Doce_hw_eth.h317 struct mbx_hdr hdr;
341 struct mbx_hdr hdr;
403 struct mbx_hdr hdr;
425 struct mbx_hdr hdr;
473 struct mbx_hdr hdr;
630 struct mbx_hdr hdr;
647 struct mbx_hdr hdr;
H A Doce_io.h359 void mbx_common_req_hdr_init(struct mbx_hdr *hdr, uint8_t dom,
362 void mbx_nic_req_hdr_init(struct mbx_hdr *hdr, uint8_t dom, uint8_t port,
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_mbx.c66 mbx_common_req_hdr_init(struct mbx_hdr *hdr,
79 hdr->u0.req.request_length = pyld_len - sizeof (struct mbx_hdr);
503 DW_SWAP(u32ptr(&fwcmd->hdr), sizeof (struct mbx_hdr));
1241 struct mbx_hdr hdr;
1255 bcopy(mp->b_cont->b_rptr, &hdr, sizeof (struct mbx_hdr));
1256 DW_SWAP(u32ptr(&hdr), sizeof (struct mbx_hdr));
1259 sizeof (struct mbx_hdr);
1374 bcopy(mp->b_cont->b_rptr, &hdr, sizeof (struct mbx_hdr));
1375 DW_SWAP(u32ptr(&hdr), sizeof (struct mbx_hdr));
1382 sizeof (struct mbx_hdr);
[all...]
H A Doce_queue.c988 struct mbx_hdr *hdr = (struct mbx_hdr *)&mbx->payload;

Completed in 58 milliseconds