Searched refs:mbx_common_get_func_config (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/oce/
H A Doce_mbox.c2130 struct mbx_common_get_func_config *fwcmd;
2147 if (oce_dma_alloc(sc, sizeof(struct mbx_common_get_func_config),
2152 fwcmd = OCE_DMAPTR(&dma, struct mbx_common_get_func_config);
2153 bzero(fwcmd, sizeof(struct mbx_common_get_func_config));
2165 sizeof(struct mbx_common_get_func_config),
2169 mbx.payload_length = sizeof(struct mbx_common_get_func_config);
H A Doce_hw.h2051 struct mbx_common_get_func_config { struct

Completed in 71 milliseconds