Searched hist:ded6e16b37e4c8c86cda98604ecd78818d6ca36a (Results 1 – 6 of 6) sorted by relevance
/linux/include/linux/mlx4/ |
H A D | driver.h | diff ded6e16b37e4c8c86cda98604ecd78818d6ca36a Mon Oct 04 21:14:43 CEST 2021 Jakub Kicinski <kuba@kernel.org> mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()
mlx4_mac_to_u64() predates and opencodes ether_addr_to_u64(). It doesn't make the argument constant so it'll be problematic when dev->dev_addr becomes a const. Convert to the generic helper.
Signed-off-by: Jakub Kicinski <kuba@kernel.org> Reviewed-by: Tariq Toukan <tariqt@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | cmd.c | diff ded6e16b37e4c8c86cda98604ecd78818d6ca36a Mon Oct 04 21:14:43 CEST 2021 Jakub Kicinski <kuba@kernel.org> mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()
mlx4_mac_to_u64() predates and opencodes ether_addr_to_u64(). It doesn't make the argument constant so it'll be problematic when dev->dev_addr becomes a const. Convert to the generic helper.
Signed-off-by: Jakub Kicinski <kuba@kernel.org> Reviewed-by: Tariq Toukan <tariqt@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | fw.c | diff ded6e16b37e4c8c86cda98604ecd78818d6ca36a Mon Oct 04 21:14:43 CEST 2021 Jakub Kicinski <kuba@kernel.org> mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()
mlx4_mac_to_u64() predates and opencodes ether_addr_to_u64(). It doesn't make the argument constant so it'll be problematic when dev->dev_addr becomes a const. Convert to the generic helper.
Signed-off-by: Jakub Kicinski <kuba@kernel.org> Reviewed-by: Tariq Toukan <tariqt@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | en_netdev.c | diff ded6e16b37e4c8c86cda98604ecd78818d6ca36a Mon Oct 04 21:14:43 CEST 2021 Jakub Kicinski <kuba@kernel.org> mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()
mlx4_mac_to_u64() predates and opencodes ether_addr_to_u64(). It doesn't make the argument constant so it'll be problematic when dev->dev_addr becomes a const. Convert to the generic helper.
Signed-off-by: Jakub Kicinski <kuba@kernel.org> Reviewed-by: Tariq Toukan <tariqt@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/infiniband/hw/mlx4/ |
H A D | qp.c | diff ded6e16b37e4c8c86cda98604ecd78818d6ca36a Mon Oct 04 21:14:43 CEST 2021 Jakub Kicinski <kuba@kernel.org> mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()
mlx4_mac_to_u64() predates and opencodes ether_addr_to_u64(). It doesn't make the argument constant so it'll be problematic when dev->dev_addr becomes a const. Convert to the generic helper.
Signed-off-by: Jakub Kicinski <kuba@kernel.org> Reviewed-by: Tariq Toukan <tariqt@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | main.c | diff ded6e16b37e4c8c86cda98604ecd78818d6ca36a Mon Oct 04 21:14:43 CEST 2021 Jakub Kicinski <kuba@kernel.org> mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()
mlx4_mac_to_u64() predates and opencodes ether_addr_to_u64(). It doesn't make the argument constant so it'll be problematic when dev->dev_addr becomes a const. Convert to the generic helper.
Signed-off-by: Jakub Kicinski <kuba@kernel.org> Reviewed-by: Tariq Toukan <tariqt@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|