MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ixgbe_get_bus_info

Function ixgbe_get_bus_info

dpdk/drivers/net/ixgbe/base/ixgbe_api.c:397–401  ·  view source on GitHub ↗

* 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 **/

Source from the content-addressed store, hash-verified

395 * Sets the PCI bus info (speed, width, type) within the ixgbe_hw structure
396 **/
397s32 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

Callers 1

eth_ixgbe_dev_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected