Searched refs:qtype (Results 26 - 33 of 33) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dar9003_mac.c507 enum ath9k_rx_qtype qtype)
509 if (qtype == ATH9K_RX_QUEUE_HP)
506 ath9k_hw_addrxbuf_edma(struct ath_hw *ah, u32 rxdp, enum ath9k_rx_qtype qtype) argument
H A Dath9k.h329 struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype);
H A Dxmit.c897 struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype) argument
930 if (qtype == ATH9K_TX_QUEUE_UAPSD)
936 qnum = ath9k_hw_setuptxqueue(ah, qtype, &qi);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_default.c53 static int vfswrap_get_quota(struct vfs_handle_struct *handle, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *qt) argument
59 result = sys_get_quota(handle->conn->connectpath, qtype, id, qt);
68 static int vfswrap_set_quota(struct vfs_handle_struct *handle, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *qt) argument
74 result = sys_set_quota(handle->conn->connectpath, qtype, id, qt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dsuper.c1325 static int set_qf_name(struct super_block *sb, int qtype, substring_t *args) argument
1331 !sbi->s_qf_names[qtype]) {
1343 if (sbi->s_qf_names[qtype] &&
1344 strcmp(sbi->s_qf_names[qtype], qname)) {
1346 "%s quota file already specified", QTYPE2NAME(qtype));
1350 sbi->s_qf_names[qtype] = qname;
1351 if (strchr(sbi->s_qf_names[qtype], '/')) {
1354 kfree(sbi->s_qf_names[qtype]);
1355 sbi->s_qf_names[qtype] = NULL;
1362 static int clear_qf_name(struct super_block *sb, int qtype) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dfile.c1126 int qtype; local
1271 for (qtype = 0; qtype < MAXQUOTAS; qtype++)
1272 dqput(transfer_to[qtype]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/camera/
H A Dmsm_camera.c1687 enum msm_queue qtype, void *syncdata)
1701 qcmd->type = qtype;
1703 if (qtype == MSM_CAM_Q_VFE_MSG) {
1748 CDBG("%s: qtype = %d not handled\n",
1686 msm_vfe_sync(struct msm_vfe_resp *vdata, enum msm_queue qtype, void *syncdata) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Dbase.c350 int qtype, int subtype);
1488 int qtype, int subtype)
1514 qnum = ath5k_hw_setup_tx_queue(ah, qtype, &qi);
1487 ath5k_txq_setup(struct ath5k_softc *sc, int qtype, int subtype) argument

Completed in 210 milliseconds

12