Searched refs:ECORE_MEMSET (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.c | 39 ECORE_MEMSET(o, 0, sizeof(*o)); in ecore_exe_queue_init() 169 ECORE_MEMSET(&spacer, 0, sizeof(spacer)); in ecore_exe_queue_step() 838 ECORE_MEMSET(data, 0, sizeof(*data)); in ecore_set_one_mac_e2() 1794 ECORE_MEMSET(&p, 0, sizeof(p)); in ecore_vlan_mac_del_all() 2090 ECORE_MEMSET(data, 0, sizeof(*data)); in ecore_set_rx_mode_e2() 2836 ECORE_MEMSET(data, 0, sizeof(*data)); in ecore_mcast_setup_e2() 3362 ECORE_MEMSET(p, 0, sizeof(*p)); in ecore_init_credit_pool() 3489 ECORE_MEMSET(data, 0, sizeof(*data)); in ecore_setup_rss() 4006 ECORE_MEMSET(rdata, 0, sizeof(*rdata)); in ecore_q_send_setup_e1x() 4635 ECORE_MEMSET(obj, 0, sizeof(*obj)); in ecore_init_queue_obj() [all …]
|
| H A D | ecore_init.h | 506 ECORE_MEMSET(ram_data, 0, sizeof(struct cmng_init)); in ecore_init_cmng()
|
| H A D | ecore_init_ops.h | 49 ECORE_MEMSET(GUNZIP_BUF(sc), (uint8_t)fill, buf_len); in ecore_init_fill()
|
| H A D | ecore_sp.h | 117 #define ECORE_MEMSET(_a, _c, _s) memset(_a, _c, _s) macro
|