Searched refs:pctype (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e.h266 u8 pctype; member in struct:i40e_fdir_filter
H A Di40e_txrx.c42 flex_ptype |= FIELD_PREP(I40E_TXD_FLTR_QW0_PCTYPE_MASK, fdata->pctype);
297 * @pctype: Packet type for which filter is used
305 int payload_offset, u8 pctype)
323 fd_data->pctype = pctype;
328 fd_data->pctype, fd_data->fd_id, ret);
335 fd_data->pctype, fd_data->fd_id);
339 fd_data->pctype, fd_data->fd_id);
302 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

Completed in 406 milliseconds