Searched refs:pctype (Results 1 – 2 of 2) sorted by relevance
43 (fdata->pctype << I40E_TXD_FLTR_QW0_PCTYPE_SHIFT); in i40e_fdir()208 fd_data->pctype = I40E_FILTER_PCTYPE_NONF_IPV4_UDP; in i40e_add_del_fdir_udpv4()213 fd_data->pctype, fd_data->fd_id, ret); in i40e_add_del_fdir_udpv4()221 fd_data->pctype, fd_data->fd_id); in i40e_add_del_fdir_udpv4()225 fd_data->pctype, fd_data->fd_id); in i40e_add_del_fdir_udpv4()282 fd_data->pctype = I40E_FILTER_PCTYPE_NONF_IPV4_TCP; in i40e_add_del_fdir_tcpv4()287 fd_data->pctype, fd_data->fd_id, ret); in i40e_add_del_fdir_tcpv4()294 fd_data->pctype, fd_data->fd_id); in i40e_add_del_fdir_tcpv4()298 fd_data->pctype, fd_data->fd_id); in i40e_add_del_fdir_tcpv4()360 fd_data->pctype = I40E_FILTER_PCTYPE_NONF_IPV4_SCTP; in i40e_add_del_fdir_sctpv4()[all …]
238 u8 pctype; member