Searched refs:aq_buf (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/ixl/
H A Dixl_pf_main.c765 u8 aq_buf[I40E_AQ_LARGE_BUF]; local
769 memset(&aq_buf, 0, sizeof(aq_buf));
770 sw_config = (struct i40e_aqc_get_switch_config_resp *)aq_buf;
772 sizeof(aq_buf), &next, NULL);
3721 u8 aq_buf[I40E_AQ_LARGE_BUF]; local
3725 sw_config = (struct i40e_aqc_get_switch_config_resp *)aq_buf;
3734 sizeof(aq_buf), &next, NULL);

Completed in 108 milliseconds