Searched refs:_sub (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/dpdk_rte_lpm/ |
H A D | rte_shim.h | 17 #define RTE_LOG(_sev, _sub, _fmt, ...) printf("DPDK::" #_sev "::" #_sub " %s: " _fmt, __func__ , ##… argument
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | mutex.h | 81 #define mutex_lock_killable_nested(_m, _sub) \ argument
|
/freebsd/sys/dev/sfxge/common/ |
H A D | efx_types.h | 364 #define EFX_SSUB(_val, _sub) \ argument 365 ((_val) > (_sub) ? ((_val) - (_sub)) : 0)
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | fw.c | 669 #define __CFG_FW_FEAT(_chip, _cond, _maj, _min, _sub, _idx, _feat) \ in rtw89_fw_recognize_elements() 673 .ver_code = RTW89_FW_VER_CODE(_maj, _min, _sub, _idx), \ in rtw89_fw_recognize_elements() 429 __CFG_FW_FEAT(_chip,_cond,_maj,_min,_sub,_idx,_feat) global() argument
|