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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_er.c397 u8_t function_of_opposite_path = 0; local
401 function_of_opposite_path = !PATH_ID(pdev);
413 lm_pretend_func(pdev, function_of_opposite_path);
439 u8_t function_of_opposite_path = 0; local
443 function_of_opposite_path = lm_er_get_first_func_of_opp_path(pdev);
444 if (function_of_opposite_path != 0xFF)
446 lm_pretend_func(pdev, function_of_opposite_path);

Completed in 406 milliseconds