Searched refs:e100_exec_cb (Results 1 – 1 of 1) sorted by relevance
/drivers/net/ |
D | e100.c | 845 static int e100_exec_cb(struct nic *nic, struct sk_buff *skb, in e100_exec_cb() function 1213 if ((err = e100_exec_cb(nic, (void *)fw, e100_setup_ucode))) in e100_load_ucode_wait() 1335 if ((err = e100_exec_cb(nic, NULL, e100_configure))) in e100_hw_init() 1337 if ((err = e100_exec_cb(nic, NULL, e100_setup_iaaddr))) in e100_hw_init() 1381 e100_exec_cb(nic, NULL, e100_configure); in e100_set_multicast_list() 1382 e100_exec_cb(nic, NULL, e100_multi); in e100_set_multicast_list() 1462 e100_exec_cb(nic, NULL, e100_configure); in e100_adjust_adaptive_ifs() 1547 err = e100_exec_cb(nic, skb, e100_xmit_prepare); in e100_xmit_frame() 1993 e100_exec_cb(nic, NULL, e100_setup_iaaddr); in e100_set_mac_address() 2166 e100_exec_cb(nic, NULL, e100_configure); in e100_set_settings() [all …]
|