Symbol: mbx_hdr
sys/dev/netif/oce/oce_hw.h
1004
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
1027
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
1058
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
1081
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
1109
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
1154
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
1176
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
1235
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
1251
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
1368
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
1384
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
1449
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
1464
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
1482
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
1502
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
1517
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
1532
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
1551
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
1571
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
1587
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
1621
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
1731
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
1772
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
1787
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
1863
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
1876
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
1891
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
1905
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
1913
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
1918
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
1935
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
1951
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
1966
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
1987
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
2008
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
2026
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
2656
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
2769
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
2799
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
2821
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
2848
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
3050
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
3063
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
3176
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
3239
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
3280
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
3308
struct mbx_hdr hdr;
sys/dev/netif/oce/oce_hw.h
998
#define OCE_MBX_RRHDR_SZ sizeof (struct mbx_hdr)
sys/dev/netif/oce/oce_if.c
1816
struct mbx_hdr req;
sys/dev/netif/oce/oce_if.c
1827
if (copyin(ioctl_ptr, &req, sizeof(struct mbx_hdr)))
sys/dev/netif/oce/oce_if.c
1834
req_size += sizeof(struct mbx_hdr);
sys/dev/netif/oce/oce_if.h
1062
void mbx_common_req_hdr_init(struct mbx_hdr *hdr,
sys/dev/netif/oce/oce_mbox.c
203
mbx_common_req_hdr_init(struct mbx_hdr *hdr,
sys/dev/netif/oce/oce_mbox.c
215
hdr->u0.req.request_length = pyld_len - sizeof(struct mbx_hdr);
sys/dev/netif/oce/oce_mbox.c
543
DW_SWAP(u32ptr(&fwcmd->hdr), sizeof(struct mbx_hdr));
sys/dev/netif/oce/oce_queue.c
820
struct mbx_hdr *hdr = (struct mbx_hdr *)&mbx->payload;