* ixgbe_get_bus_info - Set PCI bus info * @hw: pointer to hardware structure * * Sets the PCI bus info (speed, width, type) within the ixgbe_hw structure **/
| 395 | * Sets the PCI bus info (speed, width, type) within the ixgbe_hw structure |
| 396 | **/ |
| 397 | s32 ixgbe_get_bus_info(struct ixgbe_hw *hw) |
| 398 | { |
| 399 | return ixgbe_call_func(hw, hw->mac.ops.get_bus_info, (hw), |
| 400 | IXGBE_NOT_IMPLEMENTED); |
| 401 | } |
| 402 | |
| 403 | /** |
| 404 | * ixgbe_get_num_of_tx_queues - Get Tx queues |
no outgoing calls
no test coverage detected