Home
last modified time | relevance | path

Searched refs:pctype (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/
Dsh_mipi_dsi.c134 u32 pctype, datatype, pixfmt, linelength, vmctr2; in sh_mipi_setup() local
145 pctype = 0; in sh_mipi_setup()
151 pctype = 1; in sh_mipi_setup()
157 pctype = 2; in sh_mipi_setup()
163 pctype = 3; in sh_mipi_setup()
169 pctype = 8; in sh_mipi_setup()
175 pctype = 9; in sh_mipi_setup()
181 pctype = 0xa; in sh_mipi_setup()
187 pctype = 0xb; in sh_mipi_setup()
193 pctype = 4; in sh_mipi_setup()
[all …]
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c107 fpt |= (fdir_data->pctype << I40E_TXD_FLTR_QW0_PCTYPE_SHIFT) & in i40e_program_fdir_filter()
221 fd_data->pctype = I40E_FILTER_PCTYPE_NONF_IPV4_UDP; in i40e_add_del_fdir_udpv4()
226 fd_data->pctype, fd_data->fd_id, ret); in i40e_add_del_fdir_udpv4()
232 fd_data->pctype, fd_data->fd_id); in i40e_add_del_fdir_udpv4()
236 fd_data->pctype, fd_data->fd_id); in i40e_add_del_fdir_udpv4()
297 fd_data->pctype = I40E_FILTER_PCTYPE_NONF_IPV4_TCP; in i40e_add_del_fdir_tcpv4()
303 fd_data->pctype, fd_data->fd_id, ret); in i40e_add_del_fdir_tcpv4()
308 fd_data->pctype, fd_data->fd_id); in i40e_add_del_fdir_tcpv4()
312 fd_data->pctype, fd_data->fd_id); in i40e_add_del_fdir_tcpv4()
370 fd_data->pctype = i; in i40e_add_del_fdir_ipv4()
[all …]
Di40e.h219 u8 pctype; member
Di40e_debugfs.c1705 &fd_data.flex_off, &fd_data.pctype, in i40e_dbg_command_write()
Di40e_ethtool.c2432 input->pctype = 0; in i40e_add_fdir_ethtool()