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

/drivers/net/ethernet/intel/
H A De100.c872 static int e100_exec_cb(struct nic *nic, struct sk_buff *skb, function
1341 /* It's not a real skb; we just abused the fact that e100_exec_cb
1376 if ((err = e100_exec_cb(nic, (void *)fw, e100_setup_ucode)))
1573 if ((err = e100_exec_cb(nic, NULL, e100_configure)))
1575 if ((err = e100_exec_cb(nic, NULL, e100_setup_iaaddr)))
1625 e100_exec_cb(nic, NULL, e100_configure);
1626 e100_exec_cb(nic, NULL, e100_multi);
1709 e100_exec_cb(nic, NULL, e100_configure);
1814 err = e100_exec_cb(nic, skb, e100_xmit_prepare);
2281 e100_exec_cb(ni
[all...]

Completed in 16 milliseconds