Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dpci.c402 bool linear_only; in mlxsw_pci_rdq_build_skb() local
405 linear_only = byte_count + MLXSW_PCI_RX_BUF_SW_OVERHEAD <= PAGE_SIZE; in mlxsw_pci_rdq_build_skb()
406 linear_data_size = linear_only ? byte_count : in mlxsw_pci_rdq_build_skb()
424 if (linear_only) in mlxsw_pci_rdq_build_skb()