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 D | oce_hw.h | 673 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 D | oce_hw_eth.h | 317 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 D | oce_io.h | 359 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 D | oce_mbx.c | 66 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 D | oce_queue.c | 988 struct mbx_hdr *hdr = (struct mbx_hdr *)&mbx->payload;
|
Completed in 82 milliseconds