Searched refs:UNREFERENCED_4PARAMETER (Results 1 – 11 of 11) sorted by relevance
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_osdep.h | 55 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) macro
|
| H A D | ixgbe_x550.c | 495 UNREFERENCED_4PARAMETER(*hw, reg_addr, device_type, *phy_data); in ixgbe_read_phy_reg_x550em() 502 UNREFERENCED_4PARAMETER(*hw, reg_addr, device_type, phy_data); in ixgbe_write_phy_reg_x550em()
|
| /f-stack/dpdk/drivers/net/e1000/base/ |
| H A D | e1000_osdep.h | 41 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) macro
|
| H A D | e1000_nvm.c | 44 UNREFERENCED_4PARAMETER(hw, a, b, c); in e1000_null_read_nvm() 84 UNREFERENCED_4PARAMETER(hw, a, b, c); in e1000_null_write_nvm()
|
| H A D | e1000_mbx.c | 34 UNREFERENCED_4PARAMETER(hw, msg, size, mbx_id); in e1000_null_mbx_transact()
|
| H A D | e1000_phy.c | 152 UNREFERENCED_4PARAMETER(hw, byte_offset, dev_addr, data); in e1000_read_i2c_byte_null() 170 UNREFERENCED_4PARAMETER(hw, byte_offset, dev_addr, data); in e1000_write_i2c_byte_null()
|
| /f-stack/dpdk/drivers/net/igc/base/ |
| H A D | igc_osdep.h | 50 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) \ macro
|
| H A D | igc_nvm.c | 44 UNREFERENCED_4PARAMETER(hw, a, b, c); in igc_null_read_nvm() 83 UNREFERENCED_4PARAMETER(hw, a, b, c); in igc_null_write_nvm()
|
| H A D | igc_phy.c | 151 UNREFERENCED_4PARAMETER(hw, byte_offset, dev_addr, data); in igc_read_i2c_byte_null() 169 UNREFERENCED_4PARAMETER(hw, byte_offset, dev_addr, data); in igc_write_i2c_byte_null()
|
| /f-stack/dpdk/drivers/common/iavf/ |
| H A D | iavf_type.h | 20 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) (_p); (_q); (_r); (_s); macro
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_type.h | 20 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) (_p); (_q); (_r); (_s); macro
|