Home
last modified time | relevance | path

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

123

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_debugfs.h420 lpfc_debug_dump_wq(struct lpfc_hba *phba, int qtype, int wqidx) in lpfc_debug_dump_wq() argument
425 if (qtype == DUMP_IO) { in lpfc_debug_dump_wq()
428 } else if (qtype == DUMP_MBX) { in lpfc_debug_dump_wq()
431 } else if (qtype == DUMP_ELS) { in lpfc_debug_dump_wq()
434 } else if (qtype == DUMP_NVMELS) { in lpfc_debug_dump_wq()
440 if (qtype == DUMP_IO) in lpfc_debug_dump_wq()
469 if (qtype == DUMP_IO) { in lpfc_debug_dump_cq()
473 } else if (qtype == DUMP_MBX) { in lpfc_debug_dump_cq()
477 } else if (qtype == DUMP_ELS) { in lpfc_debug_dump_cq()
481 } else if (qtype == DUMP_NVMELS) { in lpfc_debug_dump_cq()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/
H A D0005-mDNSCore-Fix-broken-debug-parameter.patch21 …ers making negative cache entry TTL %d for %##s (%s)", negttl, currentQName, DNSTypeName(q.qtype));
22 … making negative cache entry TTL %d for %##s (%s)", negttl, currentQName->c, DNSTypeName(q.qtype));
24 …MakeNegativeCacheRecord(m, &m->rec.r, currentQName, currentQNameHash, q.qtype, q.qclass, negttl, m…
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpni.c620 enum dpni_queue_type qtype, in dpni_get_buffer_layout() argument
633 cmd_params->qtype = qtype; in dpni_get_buffer_layout()
679 cmd_params->qtype = qtype; in dpni_set_buffer_layout()
771 enum dpni_queue_type qtype, in dpni_get_qdid() argument
784 cmd_params->qtype = qtype; in dpni_get_qdid()
1473 enum dpni_queue_type qtype, in dpni_set_congestion_notification() argument
1486 cmd_params->qtype = qtype; in dpni_set_congestion_notification()
1536 cmd_params->qtype = qtype; in dpni_set_queue()
1586 cmd_params->qtype = qtype; in dpni_get_queue()
1688 cmd_params->qtype = qtype; in dpni_set_taildrop()
[all …]
H A Ddpni-cmd.h242 u8 qtype; member
260 u8 qtype; member
290 u8 qtype; member
455 u8 qtype; member
487 u8 qtype; member
506 u8 qtype; member
521 u8 qtype; member
628 u8 qtype; member
H A Ddpni.h360 enum dpni_queue_type qtype,
366 enum dpni_queue_type qtype,
398 enum dpni_queue_type qtype,
837 enum dpni_queue_type qtype,
846 enum dpni_queue_type qtype,
928 enum dpni_queue_type qtype,
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A 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()
139 enum ath9k_rx_qtype qtype) in ath_rx_addbuffer_edma() argument
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()
628 enum ath9k_rx_qtype qtype, in ath_edma_get_buffers() argument
661 ath_rx_edma_buf_link(sc, qtype); in ath_edma_get_buffers()
670 ath_rx_edma_buf_link(sc, qtype); in ath_edma_get_buffers()
682 enum ath9k_rx_qtype qtype) in ath_edma_get_next_rx_buf() argument
1070 enum ath9k_rx_qtype qtype; in ath_rx_tasklet() local
[all …]
H A Dar9003_mac.h114 enum ath9k_rx_qtype qtype);
H A Dar9003_mac.c472 enum ath9k_rx_qtype qtype) in ath9k_hw_addrxbuf_edma() argument
474 if (qtype == ATH9K_RX_QUEUE_HP) in ath9k_hw_addrxbuf_edma()
/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_regs.h131 static inline void ionic_dbell_ring(u64 __iomem *db_page, int qtype, u64 val) in ionic_dbell_ring() argument
133 writeq(val, &db_page[qtype]); in ionic_dbell_ring()
H A Dionic_lif.c1127 u8 qtype; in ionic_lif_add_hwstamp_rxfilt() local
1135 ctx.cmd.rx_filter_add.qtype = qtype; in ionic_lif_add_hwstamp_rxfilt()
3772 int qtype; in ionic_lif_queue_identify() local
3778 for (qtype = 0; qtype < ARRAY_SIZE(ionic_qtype_versions); qtype++) { in ionic_lif_queue_identify()
3782 switch (qtype) { in ionic_lif_queue_identify()
3818 qtype, err); in ionic_lif_queue_identify()
3823 qtype, qti->version); in ionic_lif_queue_identify()
3825 qtype, qti->supported); in ionic_lif_queue_identify()
3827 qtype, qti->features); in ionic_lif_queue_identify()
3829 qtype, qti->desc_sz); in ionic_lif_queue_identify()
[all …]
/openbmc/linux/drivers/usb/host/
H A Duhci-debug.c171 char *qtype; in uhci_show_qh() local
174 case USB_ENDPOINT_XFER_ISOC: qtype = "ISO"; break; in uhci_show_qh()
175 case USB_ENDPOINT_XFER_INT: qtype = "INT"; break; in uhci_show_qh()
176 case USB_ENDPOINT_XFER_BULK: qtype = "BLK"; break; in uhci_show_qh()
177 case USB_ENDPOINT_XFER_CONTROL: qtype = "CTL"; break; in uhci_show_qh()
178 default: qtype = "Skel" ; break; in uhci_show_qh()
182 space, "", qh, qtype, in uhci_show_qh()
/openbmc/linux/drivers/infiniband/hw/erdma/
H A Derdma_cq.c113 u8 opcode, syndrome, qtype; in erdma_poll_one_cqe() local
141 qtype = FIELD_GET(ERDMA_CQE_HDR_QTYPE_MASK, cqe_hdr); in erdma_poll_one_cqe()
145 if (qtype == ERDMA_CQE_QTYPE_SQ) { in erdma_poll_one_cqe()
H A Derdma_eq.c219 req.qtype = ERDMA_EQ_TYPE_CEQ; in create_eq_cmd()
272 req.qtype = ERDMA_EQ_TYPE_CEQ; in erdma_ceq_uninit_one()
H A Derdma_hw.h175 u8 qtype; member
186 u8 qtype; member
/openbmc/u-boot/net/
H A Ddns.c44 enum dns_query_type qtype = DNS_A_RECORD; in dns_send() local
82 *p++ = (unsigned char) qtype; /* Query Type */ in dns_send()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib.h245 entry->qtype = type; in cudbg_fill_qdesc_txq()
257 entry->qtype = type; in cudbg_fill_qdesc_rxq()
269 entry->qtype = type; in cudbg_fill_qdesc_flq()
H A Dcudbg_entity.h335 u32 qtype; member
/openbmc/linux/fs/xfs/
H A Dxfs_trans_dquot.c540 enum quota_type qtype; in xfs_quota_warn() local
544 qtype = PRJQUOTA; in xfs_quota_warn()
547 qtype = USRQUOTA; in xfs_quota_warn()
550 qtype = GRPQUOTA; in xfs_quota_warn()
556 quota_send_warning(make_kqid(&init_user_ns, qtype, dqp->q_id), in xfs_quota_warn()
H A Dxfs_dquot.c296 xfs_dqtype_t qtype = xfs_dquot_type(dqp); in xfs_dquot_disk_alloc() local
297 struct xfs_inode *quotip = xfs_quota_inode(mp, qtype); in xfs_dquot_disk_alloc()
311 if (!xfs_this_quota_on(dqp->q_mount, qtype)) { in xfs_dquot_disk_alloc()
356 xfs_qm_init_dquot_blk(tp, mp, dqp->q_id, qtype, bp); in xfs_dquot_disk_alloc()
412 xfs_dqtype_t qtype = xfs_dquot_type(dqp); in xfs_dquot_disk_read() local
413 struct xfs_inode *quotip = xfs_quota_inode(mp, qtype); in xfs_dquot_disk_read()
419 if (!xfs_this_quota_on(mp, qtype)) { in xfs_dquot_disk_read()
/openbmc/linux/fs/reiserfs/
H A Dsuper.c1249 int qtype = c == 'u' ? USRQUOTA : GRPQUOTA; in reiserfs_parse_options() local
1259 if (qf_names[qtype] != in reiserfs_parse_options()
1260 REISERFS_SB(s)->s_qf_names[qtype]) in reiserfs_parse_options()
1261 kfree(qf_names[qtype]); in reiserfs_parse_options()
1262 qf_names[qtype] = NULL; in reiserfs_parse_options()
1264 if (REISERFS_SB(s)->s_qf_names[qtype] in reiserfs_parse_options()
1270 QTYPE2NAME(qtype)); in reiserfs_parse_options()
1279 qf_names[qtype] = kstrdup(arg, GFP_KERNEL); in reiserfs_parse_options()
1280 if (!qf_names[qtype]) { in reiserfs_parse_options()
1287 if (qtype == USRQUOTA) in reiserfs_parse_options()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_controlq.h86 enum ice_ctl_q qtype; member
/openbmc/linux/drivers/net/ethernet/amd/pds_core/
H A Dcore.h241 enum pds_core_logical_qtype qtype, in pds_core_dbell_ring() argument
244 writeq(val, &db_page[qtype]); in pds_core_dbell_ring()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_common.h375 enum t4_bar2_qtype qtype,
/openbmc/qemu/scripts/qapi/
H A Dschema.py547 qtype = v.type.alternate_qtype()
548 if not qtype:
553 conflicting = set([qtype])
554 if qtype == 'QTYPE_QSTRING':
/openbmc/linux/fs/f2fs/
H A Dsuper.c360 static int f2fs_set_qf_name(struct super_block *sb, int qtype, in f2fs_set_qf_name() argument
367 if (sb_any_quota_loaded(sb) && !F2FS_OPTION(sbi).s_qf_names[qtype]) { in f2fs_set_qf_name()
381 if (F2FS_OPTION(sbi).s_qf_names[qtype]) { in f2fs_set_qf_name()
382 if (strcmp(F2FS_OPTION(sbi).s_qf_names[qtype], qname) == 0) in f2fs_set_qf_name()
386 QTYPE2NAME(qtype)); in f2fs_set_qf_name()
393 F2FS_OPTION(sbi).s_qf_names[qtype] = qname; in f2fs_set_qf_name()
401 static int f2fs_clear_qf_name(struct super_block *sb, int qtype) in f2fs_clear_qf_name() argument
405 if (sb_any_quota_loaded(sb) && F2FS_OPTION(sbi).s_qf_names[qtype]) { in f2fs_clear_qf_name()
409 kfree(F2FS_OPTION(sbi).s_qf_names[qtype]); in f2fs_clear_qf_name()
410 F2FS_OPTION(sbi).s_qf_names[qtype] = NULL; in f2fs_clear_qf_name()

123