Searched defs:E2_FUNC_MAX (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dshmem.h18 #define E2_FUNC_MAX 4 /* per path */ macro
998 u32 drv_ack_vf_disabled[E2_FUNC_MAX][E2_VF_MAX / 32]; /* 0x0044 */
1026 u32 afex_scratchpad_addr_to_write[E2_FUNC_MAX];
1032 u32 afex_param1_to_driver[E2_FUNC_MAX]; /* 0x0088 */
1033 u32 afex_param2_to_driver[E2_FUNC_MAX]; /* 0x0098 */
1080 u32 drv_capabilities_flag[E2_FUNC_MAX];
1108 u32 pf_allocation[E2_FUNC_MAX];
1168 struct os_drv_ver func_os_drv_ver[E2_FUNC_MAX]; /* Offset 0x16c */
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h191 #define E2_FUNC_MAX 4 /* per path */ macro
1015 for ((func) = PORT_ID(pdev); (func) < (CHIP_IS_E1x(pdev) ? E1H_FUNC_MAX : E2_FUNC_MAX); (func)+= (CHIP_IS_E1x(pdev) ? 2 : 1))

Completed in 68 milliseconds