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

/linux-master/fs/proc/
H A Dfd.c194 struct fd_data { struct
202 const struct fd_data *data = ptr;
228 struct fd_data data = {.fd = name_to_int(&dentry->d_name)};
260 struct fd_data data;
380 const struct fd_data *data = ptr;
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c292 * @fd_data: filter data
302 struct i40e_fdir_filter *fd_data,
308 if (fd_data->flex_filter) {
310 __be16 pattern = fd_data->flex_word;
311 u16 off = fd_data->flex_offset;
316 if (!!fd_data->vlan_tag)
322 fd_data->pctype = pctype;
323 ret = i40e_program_fdir_filter(fd_data, packet_addr, pf, add);
327 fd_data->pctype, fd_data
301 i40e_prepare_fdir_filter(struct i40e_pf *pf, struct i40e_fdir_filter *fd_data, bool add, char *packet_addr, int payload_offset, u8 pctype) argument
380 i40e_add_del_fdir_udp(struct i40e_vsi *vsi, struct i40e_fdir_filter *fd_data, bool add, bool ipv4) argument
428 i40e_add_del_fdir_tcp(struct i40e_vsi *vsi, struct i40e_fdir_filter *fd_data, bool add, bool ipv4) argument
482 i40e_add_del_fdir_sctp(struct i40e_vsi *vsi, struct i40e_fdir_filter *fd_data, bool add, bool ipv4) argument
531 i40e_add_del_fdir_ip(struct i40e_vsi *vsi, struct i40e_fdir_filter *fd_data, bool add, bool ipv4) argument
[all...]

Completed in 131 milliseconds