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

Function i40e_init_adminq_parameter

dpdk/drivers/net/i40e/i40e_ethdev.h:1483–1490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1481 ((struct i40e_adapter *)pf->adapter)
1482
1483static inline void
1484i40e_init_adminq_parameter(struct i40e_hw *hw)
1485{
1486 hw->aq.num_arq_entries = I40E_AQ_LEN;
1487 hw->aq.num_asq_entries = I40E_AQ_LEN;
1488 hw->aq.arq_buf_size = I40E_AQ_BUF_SZ;
1489 hw->aq.asq_buf_size = I40E_AQ_BUF_SZ;
1490}
1491
1492static inline int
1493i40e_align_floor(int n)

Callers 1

eth_i40e_dev_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected