Home
last modified time | relevance | path

Searched refs:OSAL_SET_BIT (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Decore_spq.h197 OSAL_SET_BIT(((idx) % SPQ_RING_SIZE), (p_spq)->p_comp_bitmap); \
Dbcm_osal.h399 #define OSAL_SET_BIT(bit, bitmap) bit_set((bitstr_t *)bitmap, bit) macro
Decore_dev.c5355 OSAL_SET_BIT(ECORE_DEV_CAP_ETH, in ecore_hw_get_nvm_info()
5358 OSAL_SET_BIT(ECORE_DEV_CAP_FCOE, in ecore_hw_get_nvm_info()
5361 OSAL_SET_BIT(ECORE_DEV_CAP_ISCSI, in ecore_hw_get_nvm_info()
5364 OSAL_SET_BIT(ECORE_DEV_CAP_ROCE, in ecore_hw_get_nvm_info()
5367 OSAL_SET_BIT(ECORE_DEV_CAP_IWARP, in ecore_hw_get_nvm_info()
Decore_l2.c189 OSAL_SET_BIT(first, p_l2_info->pp_qid_usage[queue_id]); in ecore_eth_queue_qid_usage_add()
Decore_cxt.c2033 OSAL_SET_BIT(rel_cid, p_map->cid_map); in _ecore_cxt_acquire_cid()