elem_count_f      780 drivers/net/ethernet/mellanox/mlxsw/pci.c 	u16 (*elem_count_f)(const struct mlxsw_pci_queue *q);
elem_count_f      808 drivers/net/ethernet/mellanox/mlxsw/pci.c 	.elem_count_f	= mlxsw_pci_cq_elem_count,
elem_count_f      834 drivers/net/ethernet/mellanox/mlxsw/pci.c 	q->count = q_ops->elem_count_f ? q_ops->elem_count_f(q) :