Searched refs:test_bit (Results 1 – 4 of 4) sorted by relevance
| /dpdk/lib/member/ |
| H A D | rte_member_vbf.c | 129 test_bit(uint32_t bit_loc, const struct rte_member_setsum *ss) in test_bit() function 173 mask &= test_bit(bit_loc, ss); in rte_member_lookup_vbf() 205 mask[i] &= test_bit(bit_loc, ss); in rte_member_lookup_bulk_vbf() 233 mask &= test_bit(bit_loc, ss); in rte_member_lookup_multi_vbf() 269 mask[i] &= test_bit(bit_loc, ss); in rte_member_lookup_multi_bulk_vbf()
|
| /dpdk/drivers/net/pfe/ |
| H A D | pfe_hif.c | 218 if (test_bit(client_id, &hif->shm->g_client_status[0])) { in pfe_hif_client_register() 283 if (!test_bit(client_id, &hif->shm->g_client_status[0])) { in pfe_hif_client_unregister() 397 !(test_bit(hif->client_id, in pfe_hif_rx_process()
|
| H A D | pfe_ethdev.c | 254 if (!test_bit(PFE_CL_GEM0 + priv->id, in pfe_eth_open()
|
| /dpdk/drivers/net/pfe/base/ |
| H A D | pfe.h | 21 test_bit(int nr, const void *addr) in test_bit() function
|