Home
last modified time | relevance | path

Searched refs:post_remove (Results 1 – 12 of 12) sorted by relevance

/linux/rust/kernel/list/
H A Dimpl_list_item_mod.rs176 unsafe fn post_remove(me: *mut $crate::list::ListLinks<$num>) -> *const Self {
265 unsafe fn post_remove(me: *mut $crate::list::ListLinks<$num>) -> *const Self {
/linux/rust/kernel/
H A Dlist.rs130 unsafe fn post_remove(me: *mut ListLinks<ID>) -> *const Self; in post_remove() method
454 let raw_item = unsafe { T::post_remove(list_links) }; in remove_internal_inner()
/linux/drivers/net/ethernet/sfc/siena/
H A Defx_channels.c758 channel->type->post_remove(channel); in efx_siena_remove_channel()
1365 .post_remove = efx_siena_channel_dummy_op_void,
H A Dnet_driver.h591 void (*post_remove)(struct efx_channel *); member
H A Dsiena_sriov.c1047 .post_remove = efx_siena_channel_dummy_op_void,
H A Dptp.c2163 .post_remove = efx_ptp_remove_channel,
/linux/drivers/net/ethernet/sfc/
H A Defx_channels.c752 channel->type->post_remove(channel); in efx_remove_channel()
1340 .post_remove = efx_channel_dummy_op_void,
H A Dtc_counters.c559 .post_remove = efx_tc_remove_channel,
H A Dnet_driver.h589 void (*post_remove)(struct efx_channel *); member
H A Dptp.c2210 .post_remove = efx_ptp_remove_channel,
/linux/drivers/net/ethernet/sfc/falcon/
H A Dnet_driver.h479 void (*post_remove)(struct ef4_channel *); member
H A Defx.c746 channel->type->post_remove(channel); in ef4_remove_channel()
870 .post_remove = ef4_channel_dummy_op_void,