Searched refs:enq (Results 1 – 11 of 11) sorted by relevance
| /drivers/net/ethernet/meta/fbnic/ |
| A D | fbnic_hw_stats.c | 239 &enq->drbo.frames); in fbnic_reset_rxb_enq_stats() 241 &enq->drbo.bytes); in fbnic_reset_rxb_enq_stats() 246 &enq->mac_err); in fbnic_reset_rxb_enq_stats() 248 &enq->parser_err); in fbnic_reset_rxb_enq_stats() 250 &enq->frm_err); in fbnic_reset_rxb_enq_stats() 312 &enq->drbo.frames); in fbnic_get_rxb_enq_stats32() 315 &enq->integrity_err); in fbnic_get_rxb_enq_stats32() 317 &enq->mac_err); in fbnic_get_rxb_enq_stats32() 319 &enq->parser_err); in fbnic_get_rxb_enq_stats32() 321 &enq->frm_err); in fbnic_get_rxb_enq_stats32() [all …]
|
| A D | fbnic_hw_stats.h | 96 struct fbnic_rxb_enqueue_stats enq[FBNIC_RXB_ENQUEUE_INDICES]; member
|
| A D | fbnic_ethtool.c | 457 const struct fbnic_rxb_enqueue_stats *enq; in fbnic_get_ethtool_stats() local 459 enq = &fbd->hw_stats.rxb.enq[i]; in fbnic_get_ethtool_stats() 461 enq, FBNIC_HW_RXB_ENQUEUE_STATS_LEN, in fbnic_get_ethtool_stats()
|
| /drivers/usb/mtu3/ |
| A D | mtu3_qmu.c | 227 struct qmu_gpd *enq = ring->enqueue; in gpd_ring_empty() local 231 next = enq + 1; in gpd_ring_empty() 246 struct qmu_gpd *enq; in mtu3_prepare_tx_gpd() local 260 enq = advance_enq_gpd(ring); in mtu3_prepare_tx_gpd() 261 enq_dma = gpd_virt_to_dma(ring, enq); in mtu3_prepare_tx_gpd() 263 mep->epnum, gpd, enq, &enq_dma); in mtu3_prepare_tx_gpd() 265 enq->dw0_info &= cpu_to_le32(~GPD_FLAGS_HWO); in mtu3_prepare_tx_gpd() 289 struct qmu_gpd *enq; in mtu3_prepare_rx_gpd() local 303 enq = advance_enq_gpd(ring); in mtu3_prepare_rx_gpd() 304 enq_dma = gpd_virt_to_dma(ring, enq); in mtu3_prepare_rx_gpd() [all …]
|
| /drivers/scsi/ |
| A D | ips.c | 2065 ha->enq->CodeBlkVersion[0], ha->enq->CodeBlkVersion[1], in ips_host_info() 2066 ha->enq->CodeBlkVersion[2], ha->enq->CodeBlkVersion[3], in ips_host_info() 2067 ha->enq->CodeBlkVersion[4], ha->enq->CodeBlkVersion[5], in ips_host_info() 2072 ha->enq->CodeBlkVersion[0], ha->enq->CodeBlkVersion[1], in ips_host_info() 2073 ha->enq->CodeBlkVersion[2], ha->enq->CodeBlkVersion[3], in ips_host_info() 2074 ha->enq->CodeBlkVersion[4], ha->enq->CodeBlkVersion[5], in ips_host_info() 2081 ha->enq->BootBlkVersion[0], ha->enq->BootBlkVersion[1], in ips_host_info() 2082 ha->enq->BootBlkVersion[2], ha->enq->BootBlkVersion[3], in ips_host_info() 2083 ha->enq->BootBlkVersion[4], ha->enq->BootBlkVersion[5], in ips_host_info() 2088 ha->enq->BootBlkVersion[0], ha->enq->BootBlkVersion[1], in ips_host_info() [all …]
|
| A D | myrb.c | 3204 static inline void myrb_translate_enquiry(void *enq) in myrb_translate_enquiry() argument 3206 memcpy(enq + 132, enq + 36, 64); in myrb_translate_enquiry() 3207 memset(enq + 36, 0, 96); in myrb_translate_enquiry()
|
| A D | ips.h | 1028 IPS_ENQ *enq; /* Adapter Enquiry data */ member
|
| /drivers/usb/host/ |
| A D | xhci-trace.h | 490 __field(dma_addr_t, enq) 504 __entry->enq = xhci_trb_virt_to_dma(ring->enq_seg, ring->enqueue); 509 &__entry->enq,
|
| A D | xhci-ring.c | 345 union xhci_trb *enq = ring->enqueue; in xhci_num_trbs_free() local 351 if (trb_is_link(enq)) { in xhci_num_trbs_free() 353 enq = enq_seg->trbs; in xhci_num_trbs_free() 357 if (enq == ring->dequeue) in xhci_num_trbs_free() 361 if (ring->deq_seg == enq_seg && ring->dequeue >= enq) in xhci_num_trbs_free() 362 return free + (ring->dequeue - enq); in xhci_num_trbs_free() 364 free += last_on_seg - enq; in xhci_num_trbs_free() 366 enq = enq_seg->trbs; in xhci_num_trbs_free()
|
| /drivers/usb/cdns3/ |
| A D | cdnsp-trace.h | 703 __field(dma_addr_t, enq) 723 __entry->enq = cdnsp_trb_virt_to_dma(ring->enq_seg, 731 &__entry->enq, &__entry->enq_seg,
|
| /drivers/perf/ |
| A D | xgene_pmu.c | 558 XGENE_PMU_EVENT_ATTR(rd-enq, 0x29), 559 XGENE_PMU_EVENT_ATTR(wr-enq, 0x2a),
|
Completed in 833 milliseconds