Searched refs:cfg_data (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/sys/dev/bxe/ |
| H A D | ecore_sp.c | 3000 union ecore_mcast_config_data *cfg_data, in ecore_mcast_set_one_rule_e2() argument 3033 bin = cfg_data->bin; in ecore_mcast_set_one_rule_e2() 3071 cfg_data.bin = (uint8_t)cur_bin; in ecore_mcast_handle_restore_cmd_e2() 3072 o->set_one_rule(sc, o, cnt, &cfg_data, in ecore_mcast_handle_restore_cmd_e2() 3102 cfg_data.mac = &pmac_pos->mac[0]; in ecore_mcast_hdl_pending_add_e2() 3227 cfg_data.mac = mlist_pos->mac; in ecore_mcast_hdl_add() 3682 union ecore_mcast_config_data *cfg_data, in ecore_mcast_set_one_rule_e1() argument 3694 cfg_data->mac); in ecore_mcast_set_one_rule_e1() 3758 cfg_data.mac = &elem->mac[0]; in ecore_mcast_handle_restore_cmd_e1() 3764 …cfg_data.mac[0], cfg_data.mac[1], cfg_data.mac[2], cfg_data.mac[3], cfg_data.mac[4], cfg_data.mac[… in ecore_mcast_handle_restore_cmd_e1() [all …]
|
| H A D | ecore_sp.h | 1073 union ecore_mcast_config_data *cfg_data,
|
| /freebsd-12.1/sys/dev/cxgbe/common/ |
| H A D | common.h | 598 int t4_load_bootcfg(struct adapter *adapter, const u8 *cfg_data, unsigned int size); 603 int t4_load_cfg(struct adapter *adapter, const u8 *cfg_data, unsigned int size);
|
| H A D | t4_hw.c | 9940 int t4_load_cfg(struct adapter *adap, const u8 *cfg_data, unsigned int size) in t4_load_cfg() argument 9977 ret = t4_write_flash(adap, addr, n, cfg_data, 1); in t4_load_cfg() 9982 cfg_data += SF_PAGE_SIZE; in t4_load_cfg() 10317 int t4_load_bootcfg(struct adapter *adap,const u8 *cfg_data, unsigned int size) in t4_load_bootcfg() argument 10355 ret = t4_write_flash(adap, addr, n, cfg_data, 0); in t4_load_bootcfg() 10360 cfg_data += SF_PAGE_SIZE; in t4_load_bootcfg()
|
| /freebsd-12.1/sys/dev/cxgbe/ |
| H A D | t4_main.c | 9525 uint8_t *cfg_data = NULL; in load_cfg() local 9537 cfg_data = malloc(cfg->len, M_CXGBE, M_WAITOK); in load_cfg() 9538 if (cfg_data == NULL) { in load_cfg() 9543 rc = copyin(cfg->data, cfg_data, cfg->len); in load_cfg() 9545 rc = -t4_load_cfg(sc, cfg_data, cfg->len); in load_cfg() 9547 free(cfg_data, M_CXGBE); in load_cfg()
|