Searched refs:pctype (Results 1 – 2 of 2) sorted by relevance
52 (fdata->pctype << I40E_TXD_FLTR_QW0_PCTYPE_SHIFT); in i40e_fdir()217 fd_data->pctype = I40E_FILTER_PCTYPE_NONF_IPV4_UDP; in i40e_add_del_fdir_udpv4()222 fd_data->pctype, fd_data->fd_id, ret); in i40e_add_del_fdir_udpv4()230 fd_data->pctype, fd_data->fd_id); in i40e_add_del_fdir_udpv4()234 fd_data->pctype, fd_data->fd_id); in i40e_add_del_fdir_udpv4()291 fd_data->pctype = I40E_FILTER_PCTYPE_NONF_IPV4_TCP; in i40e_add_del_fdir_tcpv4()296 fd_data->pctype, fd_data->fd_id, ret); in i40e_add_del_fdir_tcpv4()303 fd_data->pctype, fd_data->fd_id); in i40e_add_del_fdir_tcpv4()307 fd_data->pctype, fd_data->fd_id); in i40e_add_del_fdir_tcpv4()369 fd_data->pctype = I40E_FILTER_PCTYPE_NONF_IPV4_SCTP; in i40e_add_del_fdir_sctpv4()[all …]
234 u8 pctype; member