Searched refs:cfg_data (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/dev/bxe/
H A Decore_sp.c2826 union ecore_mcast_config_data *cfg_data,
2844 bin = ecore_mcast_bin_from_mac(cfg_data->mac);
2859 bin = cfg_data->bin;
2891 union ecore_mcast_config_data cfg_data = {NULL}; local
2897 cfg_data.bin = (uint8_t)cur_bin;
2898 o->set_one_rule(sc, o, cnt, &cfg_data,
2923 union ecore_mcast_config_data cfg_data = {NULL}; local
2928 cfg_data.mac = &pmac_pos->mac[0];
2929 o->set_one_rule(sc, o, cnt, &cfg_data, cmd_pos->type);
3048 union ecore_mcast_config_data cfg_data local
2824 ecore_mcast_set_one_rule_e2(struct bxe_softc *sc, struct ecore_mcast_obj *o, int idx, union ecore_mcast_config_data *cfg_data, enum ecore_mcast_cmd cmd) argument
3506 ecore_mcast_set_one_rule_e1(struct bxe_softc *sc, struct ecore_mcast_obj *o, int idx, union ecore_mcast_config_data *cfg_data, enum ecore_mcast_cmd cmd) argument
3579 union ecore_mcast_config_data cfg_data = {NULL}; local
3604 union ecore_mcast_config_data cfg_data = {NULL}; local
[all...]
H A Decore_sp.h1032 union ecore_mcast_config_data *cfg_data,
/freebsd-9.3-release/sys/dev/cxgbe/common/
H A Dcommon.h445 int t4_load_cfg(struct adapter *adapter, const u8 *cfg_data, unsigned int size);
H A Dt4_hw.c1056 * @cfg_data: the cfg text file to write
1061 int t4_load_cfg(struct adapter *adap, const u8 *cfg_data, unsigned int size) argument
1098 ret = t4_write_flash(adap, addr, n, cfg_data, 1);
1103 cfg_data += SF_PAGE_SIZE;

Completed in 123 milliseconds