Searched refs:e100_exec_cb (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/intel/ |
| H A D | e100.c | 846 static int e100_exec_cb(struct nic *nic, struct sk_buff *skb, in e100_exec_cb() 1315 /* It's not a real skb; we just abused the fact that e100_exec_cb in e100_setup_ucode() 1350 if ((err = e100_exec_cb(nic, (void *)fw, e100_setup_ucode))) in e100_load_ucode_wait() 1546 if ((err = e100_exec_cb(nic, NULL, e100_configure))) in e100_hw_init() 1548 if ((err = e100_exec_cb(nic, NULL, e100_setup_iaaddr))) in e100_hw_init() 1598 e100_exec_cb(nic, NULL, e100_configure); 1599 e100_exec_cb(nic, NULL, e100_multi); in e100_update_stats() 1682 e100_exec_cb(nic, NULL, e100_configure); 1787 err = e100_exec_cb(nic, skb, e100_xmit_prepare); in e100_xmit_frame() 2261 e100_exec_cb(ni in e100_set_mac_address() 843 static int e100_exec_cb(struct nic *nic, struct sk_buff *skb, e100_exec_cb() function [all...] |