Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/
H A De100.c844 static int e100_exec_cb(struct nic *nic, struct sk_buff *skb, in e100_exec_cb() function
1313 /* It's not a real skb; we just abused the fact that e100_exec_cb in e100_setup_ucode()
1348 if ((err = e100_exec_cb(nic, (void *)fw, e100_setup_ucode))) in e100_load_ucode_wait()
1545 if ((err = e100_exec_cb(nic, NULL, e100_configure))) in e100_hw_init()
1547 if ((err = e100_exec_cb(nic, NULL, e100_setup_iaaddr))) in e100_hw_init()
1597 e100_exec_cb(nic, NULL, e100_configure); in e100_set_multicast_list()
1598 e100_exec_cb(nic, NULL, e100_multi); in e100_set_multicast_list()
1681 e100_exec_cb(nic, NULL, e100_configure); in e100_adjust_adaptive_ifs()
1786 err = e100_exec_cb(nic, skb, e100_xmit_prepare); in e100_xmit_frame()
2260 e100_exec_cb(ni in e100_set_mac_address()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/
H A De100.c844 static int e100_exec_cb(struct nic *nic, struct sk_buff *skb, in e100_exec_cb() function
1313 /* It's not a real skb; we just abused the fact that e100_exec_cb in e100_setup_ucode()
1348 if ((err = e100_exec_cb(nic, (void *)fw, e100_setup_ucode))) in e100_load_ucode_wait()
1544 if ((err = e100_exec_cb(nic, NULL, e100_configure))) in e100_hw_init()
1546 if ((err = e100_exec_cb(nic, NULL, e100_setup_iaaddr))) in e100_hw_init()
1596 e100_exec_cb(nic, NULL, e100_configure); in e100_set_multicast_list()
1597 e100_exec_cb(nic, NULL, e100_multi); in e100_set_multicast_list()
1680 e100_exec_cb(nic, NULL, e100_configure); in e100_adjust_adaptive_ifs()
1785 err = e100_exec_cb(nic, skb, e100_xmit_prepare); in e100_xmit_frame()
2259 e100_exec_cb(ni in e100_set_mac_address()
[all...]

Completed in 9 milliseconds