/src/sys/dev/pci/ |
if_iavf.c | 718 struct ixl_aq_buf *aqb; local in function:iavf_attach 761 aqb = NULL; 776 aqb = iavf_aqb_get(sc, NULL); 777 if (aqb != NULL) { 778 iavf_aqb_put_locked(&sc->sc_arq_idle, aqb); 781 aqb = NULL; 793 aqb = iavf_aqb_get(sc, NULL); 794 if (aqb == NULL) { 799 error = iavf_get_version(sc, aqb); 814 if (iavf_get_vf_resources(sc, aqb) != 0) 2135 struct ixl_aq_buf *aqb; local in function:iavf_cleanup_admin_queue 3437 struct ixl_aq_buf *aqb; local in function:iavf_reset 3655 struct ixl_aq_buf *aqb; local in function:iavf_aqb_alloc 3705 struct ixl_aq_buf *aqb; local in function:iavf_aqb_get_locked 3718 struct ixl_aq_buf *aqb; local in function:iavf_aqb_get 3745 struct ixl_aq_buf *aqb; local in function:iavf_aqb_clean 3835 struct ixl_aq_buf *aqb; local in function:iavf_arq_fill 3924 struct ixl_aq_buf *aqb; local in function:iavf_arq_refill 4004 struct ixl_aq_buf *aqb; local in function:iavf_arq_poll 4070 struct ixl_aq_buf *aqb; local in function:iavf_arq 4230 struct ixl_aq_buf *aqb; local in function:iavf_atq_done 4598 struct ixl_aq_buf *aqb; local in function:iavf_get_stats 4700 struct ixl_aq_buf *aqb; local in function:iavf_config_vsi_queues 4764 struct ixl_aq_buf *aqb; local in function:iavf_config_hena 4811 struct ixl_aq_buf *aqb; local in function:iavf_config_rss_key 4845 struct ixl_aq_buf *aqb; local in function:iavf_config_rss_lut 4884 struct ixl_aq_buf *aqb; local in function:iavf_queue_select 4915 struct ixl_aq_buf *aqb; local in function:iavf_request_queues 4964 struct ixl_aq_buf *aqb; local in function:iavf_eth_addr 5009 struct ixl_aq_buf *aqb; local in function:iavf_config_promisc_mode 5068 struct ixl_aq_buf *aqb; local in function:iavf_config_vlan_id [all...] |
if_ixl.c | 3732 struct ixl_aq_buf *aqb; local in function:ixl_arq 3751 aqb = sc->sc_arq_live[cons]; 3753 KASSERT(aqb != NULL); 3755 bus_dmamap_sync(sc->sc_dmat, aqb->aqb_map, 0, IXL_AQ_BUFLEN, 3769 SIMPLEQ_INSERT_TAIL(&sc->sc_arq_idle, aqb, aqb_entry); 5252 struct ixl_aq_buf *aqb; local in function:ixl_aqb_alloc 5254 aqb = kmem_alloc(sizeof(*aqb), KM_SLEEP); 5256 aqb->aqb_size = IXL_AQ_BUFLEN; 5258 if (bus_dmamap_create(sc->sc_dmat, aqb->aqb_size, 1 5300 struct ixl_aq_buf *aqb; local in function:ixl_arq_fill 5362 struct ixl_aq_buf *aqb; local in function:ixl_arq_unfill [all...] |