Searched refs:linear_only (Results 1 – 1 of 1) sorted by relevance
401 bool linear_only; in mlxsw_pci_rdq_build_skb() local404 linear_only = byte_count + MLXSW_PCI_RX_BUF_SW_OVERHEAD <= PAGE_SIZE; in mlxsw_pci_rdq_build_skb()405 linear_data_size = linear_only ? byte_count : in mlxsw_pci_rdq_build_skb()423 if (linear_only) in mlxsw_pci_rdq_build_skb()