Searched refs:UNREFERENCED_4PARAMETER (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_osdep.h | 129 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) _NOTE(ARGUNUSED(_p, _q,_r, _s)) macro
|
/titanic_50/usr/src/uts/common/io/igb/ |
H A D | e1000_osdep.h | 155 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) _NOTE(ARGUNUSED(_p, _q, _r, _s)) macro
|
/titanic_50/usr/src/uts/common/io/i40e/ |
H A D | i40e_osdep.h | 49 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) _NOTE(ARGUNUSED(_p, _q, _r, _s)) macro
|
/titanic_50/usr/src/uts/common/io/e1000g/ |
H A D | e1000_osdep.h | 194 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) _NOTE(ARGUNUSED(_p, _q, _r, _s)) macro
|
/titanic_50/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_x550.c | 360 UNREFERENCED_4PARAMETER(*hw, reg_addr, device_type, *phy_data); in ixgbe_read_phy_reg_x550em() 367 UNREFERENCED_4PARAMETER(*hw, reg_addr, device_type, phy_data); in ixgbe_write_phy_reg_x550em()
|