| 1481 | ((struct i40e_adapter *)pf->adapter) |
| 1482 | |
| 1483 | static inline void |
| 1484 | i40e_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 | |
| 1492 | static inline int |
| 1493 | i40e_align_floor(int n) |