Home
last modified time | relevance | path

Searched refs:qtype (Results 1 – 11 of 11) sorted by relevance

/drivers/net/wireless/ath/ath9k/
Drecv.c111 enum ath9k_rx_qtype qtype) in ath_rx_edma_buf_link() argument
118 rx_edma = &sc->rx.rx_edma[qtype]; in ath_rx_edma_buf_link()
132 ath9k_hw_addrxbuf_edma(ah, bf->bf_buf_addr, qtype); in ath_rx_edma_buf_link()
139 enum ath9k_rx_qtype qtype) in ath_rx_addbuffer_edma() argument
150 if (!ath_rx_edma_buf_link(sc, qtype)) in ath_rx_addbuffer_edma()
156 enum ath9k_rx_qtype qtype) in ath_rx_remove_buffer() argument
162 rx_edma = &sc->rx.rx_edma[qtype]; in ath_rx_remove_buffer()
629 enum ath9k_rx_qtype qtype, in ath_edma_get_buffers() argument
633 struct ath_rx_edma *rx_edma = &sc->rx.rx_edma[qtype]; in ath_edma_get_buffers()
662 ath_rx_edma_buf_link(sc, qtype); in ath_edma_get_buffers()
[all …]
Dar9003_mac.h114 enum ath9k_rx_qtype qtype);
Dar9003_mac.c471 enum ath9k_rx_qtype qtype) in ath9k_hw_addrxbuf_edma() argument
473 if (qtype == ATH9K_RX_QUEUE_HP) in ath9k_hw_addrxbuf_edma()
Dath9k.h550 struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype);
Dxmit.c1613 struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype) in ath_txq_setup() argument
1650 if (qtype == ATH9K_TX_QUEUE_UAPSD) in ath_txq_setup()
1656 axq_qnum = ath9k_hw_setuptxqueue(ah, qtype, &qi); in ath_txq_setup()
/drivers/usb/host/
Duhci-debug.c170 char *qtype; in uhci_show_qh() local
173 case USB_ENDPOINT_XFER_ISOC: qtype = "ISO"; break; in uhci_show_qh()
174 case USB_ENDPOINT_XFER_INT: qtype = "INT"; break; in uhci_show_qh()
175 case USB_ENDPOINT_XFER_BULK: qtype = "BLK"; break; in uhci_show_qh()
176 case USB_ENDPOINT_XFER_CONTROL: qtype = "CTL"; break; in uhci_show_qh()
177 default: qtype = "Skel" ; break; in uhci_show_qh()
181 space, "", qh, qtype, in uhci_show_qh()
/drivers/staging/ft1000/ft1000-usb/
Dft1000_debug.c532 u16 qtype; in ft1000_ioctl() local
598 qtype = ntohs(dpram_data->pseudohdr.qos_class) & 0xff; in ft1000_ioctl()
600 if (qtype) { in ft1000_ioctl()
/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c136 enum i40e_queue_type qtype; in i40e_config_irq_link_list() local
173 qtype = next_q%I40E_VIRTCHNL_SUPPORTED_QTYPES; in i40e_config_irq_link_list()
175 reg = ((qtype << I40E_VPINT_LNKLSTN_FIRSTQ_TYPE_SHIFT) | pf_queue_id); in i40e_config_irq_link_list()
180 switch (qtype) { in i40e_config_irq_link_list()
200 qtype = next_q % I40E_VIRTCHNL_SUPPORTED_QTYPES; in i40e_config_irq_link_list()
205 qtype = 0; in i40e_config_irq_link_list()
210 (qtype << I40E_QINT_RQCTL_NEXTQ_TYPE_SHIFT) | in i40e_config_irq_link_list()
/drivers/scsi/
Dscsi_debug.c4534 sdebug_change_qtype(struct scsi_device *sdev, int qtype) in sdebug_change_qtype() argument
4537 scsi_set_tag_type(sdev, qtype); in sdebug_change_qtype()
4538 if (qtype) in sdebug_change_qtype()
4543 qtype = 0; in sdebug_change_qtype()
4547 switch (qtype) { in sdebug_change_qtype()
4563 return qtype; in sdebug_change_qtype()
/drivers/net/wireless/ath/ath5k/
Dbase.c962 int qtype, int subtype) in ath5k_txq_setup() argument
989 qnum = ath5k_hw_setup_tx_queue(ah, qtype, &qi); in ath5k_txq_setup()
/drivers/staging/ft1000/ft1000-pcmcia/
Dft1000_hw.c793 static void ft1000_send_cmd (struct net_device *dev, u16 *ptempbuffer, int size, u16 qtype) in ft1000_send_cmd() argument