/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | recv.c | 111 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() 630 enum ath9k_rx_qtype qtype, in ath_edma_get_buffers() argument 634 struct ath_rx_edma *rx_edma = &sc->rx.rx_edma[qtype]; in ath_edma_get_buffers() 663 ath_rx_edma_buf_link(sc, qtype); in ath_edma_get_buffers() [all …]
|
D | ar9003_mac.h | 114 enum ath9k_rx_qtype qtype);
|
D | ar9003_mac.c | 471 enum ath9k_rx_qtype qtype) in ath9k_hw_addrxbuf_edma() argument 473 if (qtype == ATH9K_RX_QUEUE_HP) in ath9k_hw_addrxbuf_edma()
|
D | ath9k.h | 554 struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype);
|
D | xmit.c | 1692 struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype) in ath_txq_setup() argument 1729 if (qtype == ATH9K_TX_QUEUE_UAPSD) in ath_txq_setup() 1735 axq_qnum = ath9k_hw_setuptxqueue(ah, qtype, &qi); in ath_txq_setup()
|
/linux-4.1.27/drivers/usb/host/ |
D | uhci-debug.c | 170 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()
|
/linux-4.1.27/fs/reiserfs/ |
D | super.c | 1205 int qtype = c == 'u' ? USRQUOTA : GRPQUOTA; in reiserfs_parse_options() local 1208 (!*arg != !REISERFS_SB(s)->s_qf_names[qtype])) { in reiserfs_parse_options() 1216 if (REISERFS_SB(s)->s_qf_names[qtype] in reiserfs_parse_options() 1217 && strcmp(REISERFS_SB(s)->s_qf_names[qtype], in reiserfs_parse_options() 1222 QTYPE2NAME(qtype)); in reiserfs_parse_options() 1231 qf_names[qtype] = kstrdup(arg, GFP_KERNEL); in reiserfs_parse_options() 1232 if (!qf_names[qtype]) { in reiserfs_parse_options() 1239 if (qtype == USRQUOTA) in reiserfs_parse_options() 1244 if (qf_names[qtype] != in reiserfs_parse_options() 1245 REISERFS_SB(s)->s_qf_names[qtype]) in reiserfs_parse_options() [all …]
|
/linux-4.1.27/drivers/staging/ft1000/ft1000-usb/ |
D | ft1000_debug.c | 527 u16 qtype; in ft1000_ioctl() local 589 qtype = ntohs(dpram_data->pseudohdr.qos_class) & 0xff; in ft1000_ioctl() 591 if (qtype) { in ft1000_ioctl()
|
/linux-4.1.27/fs/ext3/ |
D | super.c | 923 static int set_qf_name(struct super_block *sb, int qtype, substring_t *args) in set_qf_name() argument 929 !sbi->s_qf_names[qtype]) { in set_qf_name() 941 if (sbi->s_qf_names[qtype]) { in set_qf_name() 942 int same = !strcmp(sbi->s_qf_names[qtype], qname); in set_qf_name() 948 QTYPE2NAME(qtype)); in set_qf_name() 958 sbi->s_qf_names[qtype] = qname; in set_qf_name() 963 static int clear_qf_name(struct super_block *sb, int qtype) { in clear_qf_name() argument 968 sbi->s_qf_names[qtype]) { in clear_qf_name() 973 if (sbi->s_qf_names[qtype]) { in clear_qf_name() 974 kfree(sbi->s_qf_names[qtype]); in clear_qf_name() [all …]
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_virtchnl_pf.c | 264 enum i40e_queue_type qtype; in i40e_config_irq_link_list() local 301 qtype = next_q%I40E_VIRTCHNL_SUPPORTED_QTYPES; in i40e_config_irq_link_list() 303 reg = ((qtype << I40E_VPINT_LNKLSTN_FIRSTQ_TYPE_SHIFT) | pf_queue_id); in i40e_config_irq_link_list() 308 switch (qtype) { in i40e_config_irq_link_list() 328 qtype = next_q % I40E_VIRTCHNL_SUPPORTED_QTYPES; in i40e_config_irq_link_list() 333 qtype = 0; in i40e_config_irq_link_list() 338 (qtype << I40E_QINT_RQCTL_NEXTQ_TYPE_SHIFT) | in i40e_config_irq_link_list()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | t4vf_common.h | 289 enum t4_bar2_qtype qtype,
|
D | t4vf_hw.c | 457 enum t4_bar2_qtype qtype, in t4_bar2_sge_qregs() argument 477 qpp_shift = (qtype == T4_BAR2_QTYPE_EGRESS in t4_bar2_sge_qregs()
|
D | sge.c | 2151 enum t4_bar2_qtype qtype, in bar2_address() argument 2157 ret = t4_bar2_sge_qregs(adapter, qid, qtype, in bar2_address()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_uld.h | 308 enum cxgb4_bar2_qtype qtype,
|
D | cxgb4.h | 1187 enum t4_bar2_qtype qtype,
|
D | sge.c | 2426 enum t4_bar2_qtype qtype, in bar2_address() argument 2432 ret = cxgb4_t4_bar2_sge_qregs(adapter, qid, qtype, in bar2_address()
|
D | t4_hw.c | 5127 enum t4_bar2_qtype qtype, in cxgb4_t4_bar2_sge_qregs() argument 5147 qpp_shift = (qtype == T4_BAR2_QTYPE_EGRESS in cxgb4_t4_bar2_sge_qregs()
|
D | cxgb4_main.c | 2147 enum cxgb4_bar2_qtype qtype, in cxgb4_bar2_sge_qregs() argument 2153 (qtype == CXGB4_BAR2_QTYPE_EGRESS in cxgb4_bar2_sge_qregs()
|
/linux-4.1.27/fs/ocfs2/ |
D | file.c | 1135 int qtype; in ocfs2_setattr() local 1261 for (qtype = 0; qtype < OCFS2_MAXQUOTAS; qtype++) in ocfs2_setattr() 1262 dqput(transfer_to[qtype]); in ocfs2_setattr()
|
/linux-4.1.27/fs/ext4/ |
D | super.c | 1265 static int set_qf_name(struct super_block *sb, int qtype, substring_t *args) in set_qf_name() argument 1272 !sbi->s_qf_names[qtype]) { in set_qf_name() 1289 if (sbi->s_qf_names[qtype]) { in set_qf_name() 1290 if (strcmp(sbi->s_qf_names[qtype], qname) == 0) in set_qf_name() 1295 QTYPE2NAME(qtype)); in set_qf_name() 1303 sbi->s_qf_names[qtype] = qname; in set_qf_name() 1311 static int clear_qf_name(struct super_block *sb, int qtype) in clear_qf_name() argument 1317 sbi->s_qf_names[qtype]) { in clear_qf_name() 1322 kfree(sbi->s_qf_names[qtype]); in clear_qf_name() 1323 sbi->s_qf_names[qtype] = NULL; in clear_qf_name()
|
/linux-4.1.27/fs/gfs2/ |
D | quota.c | 1309 enum quota_type qtype = (qc_flags & GFS2_QCF_USER) ? in gfs2_quota_init() local 1311 struct kqid qc_id = make_kqid(&init_user_ns, qtype, in gfs2_quota_init()
|
/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
D | base.c | 976 int qtype, int subtype) in ath5k_txq_setup() argument 1003 qnum = ath5k_hw_setup_tx_queue(ah, qtype, &qi); in ath5k_txq_setup()
|
/linux-4.1.27/drivers/staging/ft1000/ft1000-pcmcia/ |
D | ft1000_hw.c | 722 u16 qtype) in ft1000_send_cmd() argument
|