Home
last modified time | relevance | path

Searched refs:word0 (Results 1 – 25 of 32) sorted by relevance

12

/drivers/scsi/lpfc/
Dlpfc_hw4.h66 uint32_t word0; member
69 #define lpfc_sli_intf_valid_WORD word0
73 #define lpfc_sli_intf_sli_hint2_WORD word0
77 #define lpfc_sli_intf_sli_hint1_WORD word0
83 #define lpfc_sli_intf_if_type_WORD word0
90 #define lpfc_sli_intf_sli_family_WORD word0
97 #define lpfc_sli_intf_slirev_WORD word0
102 #define lpfc_sli_intf_func_type_WORD word0
257 uint32_t word0; member
260 #define lpfc_idx_rsrc_rdy_WORD word0
[all …]
Dlpfc_bsg.h284 uint32_t word0; member
287 #define lpfc_mqe_status_WORD word0
290 #define lpfc_mqe_command_WORD word0
338 uint32_t word0; member
341 #define lpfc_trunk_info_link_status_WORD word0
344 #define lpfc_trunk_info_trunk_active0_WORD word0
347 #define lpfc_trunk_info_trunk_active1_WORD word0
350 #define lpfc_trunk_info_trunk_active2_WORD word0
353 #define lpfc_trunk_info_trunk_active3_WORD word0
356 #define lpfc_trunk_info_trunk_config0_WORD word0
[all …]
Dlpfc_hw.h538 uint32_t word0; member
541 #define fc_vft_hdr_r_ctl_WORD word0
544 #define fc_vft_hdr_ver_WORD word0
547 #define fc_vft_hdr_type_WORD word0
550 #define fc_vft_hdr_e_WORD word0
553 #define fc_vft_hdr_priority_WORD word0
556 #define fc_vft_hdr_vf_id_WORD word0
2059 uint32_t word0; member
2062 #define pde5_type_WORD word0
2065 #define pde5_rsvd0_WORD word0
[all …]
Dlpfc_sli4.h461 uint32_t word0; member
464 #define lpfc_bbscn_min_WORD word0
467 #define lpfc_bbscn_max_WORD word0
470 #define lpfc_bbscn_def_WORD word0
Dlpfc_sli.c190 doorbell.word0 = 0; in lpfc_sli4_wq_put()
216 writel(doorbell.word0, q->db_regaddr); in lpfc_sli4_wq_put()
284 doorbell.word0 = 0; in lpfc_sli4_mq_put()
287 writel(doorbell.word0, q->phba->sli4_hba.MQDBregaddr); in lpfc_sli4_mq_put()
360 doorbell.word0 = 0; in lpfc_sli4_eq_clr_intr()
366 writel(doorbell.word0, q->phba->sli4_hba.EQDBregaddr); in lpfc_sli4_eq_clr_intr()
379 doorbell.word0 = 0; in lpfc_sli4_if6_eq_clr_intr()
381 writel(doorbell.word0, q->phba->sli4_hba.EQDBregaddr); in lpfc_sli4_if6_eq_clr_intr()
406 doorbell.word0 = 0; in lpfc_sli4_write_eq_db()
416 writel(doorbell.word0, q->phba->sli4_hba.EQDBregaddr); in lpfc_sli4_write_eq_db()
[all …]
Dlpfc_init.c1867 &portsmphr_reg.word0)) in lpfc_handle_eratt_s4()
1889 &portsmphr_reg.word0) && in lpfc_handle_eratt_s4()
1914 &portstat_reg.word0); in lpfc_handle_eratt_s4()
7861 &portsmphr_reg.word0) || in lpfc_sli4_post_status_check()
7882 portsmphr_reg.word0, in lpfc_sli4_post_status_check()
7921 uerrlo_reg.word0 = in lpfc_sli4_post_status_check()
7923 uerrhi_reg.word0 = in lpfc_sli4_post_status_check()
7925 if ((~phba->sli4_hba.ue_mask_lo & uerrlo_reg.word0) || in lpfc_sli4_post_status_check()
7926 (~phba->sli4_hba.ue_mask_hi & uerrhi_reg.word0)) { in lpfc_sli4_post_status_check()
7934 uerrlo_reg.word0, in lpfc_sli4_post_status_check()
[all …]
Dlpfc.h1314 reg_data.word0 = 0; in lpfc_sli4_mod_hba_eq_delay()
1317 writel(reg_data.word0, phba->sli4_hba.u.if_type2.EQDregaddr); in lpfc_sli4_mod_hba_eq_delay()
Dlpfc_scsi.c1598 pde5->word0 = cpu_to_le32(pde5->word0); in lpfc_bg_setup_bpl()
1632 pde6->word0 = cpu_to_le32(pde6->word0); in lpfc_bg_setup_bpl()
1765 pde5->word0 = cpu_to_le32(pde5->word0); in lpfc_bg_setup_bpl_prot()
1794 pde6->word0 = cpu_to_le32(pde6->word0); in lpfc_bg_setup_bpl_prot()
Dlpfc_nvmet.c2985 wcqe->word0, wcqe->total_data_placed, in lpfc_nvmet_sol_fcp_abort_cmp()
3033 wcqe->word0, wcqe->total_data_placed, in lpfc_nvmet_unsol_fcp_abort_cmp()
3069 wcqe->word0, wcqe->total_data_placed, in lpfc_nvmet_unsol_fcp_abort_cmp()
3113 ctxp, wcqe->word0, wcqe->total_data_placed, in lpfc_nvmet_xmt_ls_abort_cmp()
3120 wcqe->word0, wcqe->total_data_placed, in lpfc_nvmet_xmt_ls_abort_cmp()
/drivers/net/ethernet/cortina/
Dgemini.c614 union gmac_txdesc_0 word0; in gmac_clean_txq() local
630 word0 = txd->word0; in gmac_clean_txq()
636 word0.bits.buffer_size, DMA_TO_DEVICE); in gmac_clean_txq()
647 if (!word0.bits.status_tx_ok) { in gmac_clean_txq()
658 nfrags = word0.bits.desc_count - 1; in gmac_clean_txq()
725 writel(port->rxq_dma_base | port->rxq_order, &qhdr->word0); in gmac_setup_rxq()
772 dma_reg = &qhdr->word0; in gmac_cleanup_rxq()
1202 txd->word0.bits32 = buflen; in gmac_map_tx_bufs()
1222 txq->ring[w].word0.bits.buffer_size, in gmac_map_tx_bufs()
1356 union gmac_rxdesc_0 word0, in gmac_skb_if_good_frame() argument
[all …]
Dgemini.h509 union gmac_txdesc_0 word0; member
641 union gmac_rxdesc_0 word0; member
954 union nontoe_qhdr0 word0; member
/drivers/gpu/drm/radeon/
Dr600_cs.c1478 u32 word0, word1, l0_size, mipmap_size, word2, word3, word4, word5; in r600_check_texture_resource() local
1494 word0 = radeon_get_ib_value(p, idx + 0); in r600_check_texture_resource()
1497 word0 |= S_038000_TILE_MODE(V_038000_ARRAY_2D_TILED_THIN1); in r600_check_texture_resource()
1499 word0 |= S_038000_TILE_MODE(V_038000_ARRAY_1D_TILED_THIN1); in r600_check_texture_resource()
1506 dim = G_038000_DIM(word0); in r600_check_texture_resource()
1507 w0 = G_038000_TEX_WIDTH(word0) + 1; in r600_check_texture_resource()
1508 pitch = (G_038000_PITCH(word0) + 1) * 8; in r600_check_texture_resource()
1515 array_check.array_mode = G_038000_TILE_MODE(word0); in r600_check_texture_resource()
1546 dev_warn(p->dev, "this kernel doesn't support %d texture dim\n", G_038000_DIM(word0)); in r600_check_texture_resource()
1558 __func__, __LINE__, G_038000_TILE_MODE(word0)); in r600_check_texture_resource()
[all …]
/drivers/net/wireless/ralink/rt2x00/
Drt2500usb.c1226 u32 word0; in rt2500usb_fill_rxdone() local
1239 word0 = rt2x00_desc_read(rxd, 0); in rt2500usb_fill_rxdone()
1242 if (rt2x00_get_field32(word0, RXD_W0_CRC_ERROR)) in rt2500usb_fill_rxdone()
1244 if (rt2x00_get_field32(word0, RXD_W0_PHYSICAL_ERROR)) in rt2500usb_fill_rxdone()
1247 rxdesc->cipher = rt2x00_get_field32(word0, RXD_W0_CIPHER); in rt2500usb_fill_rxdone()
1248 if (rt2x00_get_field32(word0, RXD_W0_CIPHER_ERROR)) in rt2500usb_fill_rxdone()
1274 rxdesc->size = rt2x00_get_field32(word0, RXD_W0_DATABYTE_COUNT); in rt2500usb_fill_rxdone()
1276 if (rt2x00_get_field32(word0, RXD_W0_OFDM)) in rt2500usb_fill_rxdone()
1280 if (rt2x00_get_field32(word0, RXD_W0_MY_BSS)) in rt2500usb_fill_rxdone()
Drt73usb.c1673 u32 word0; in rt73usb_fill_rxdone() local
1686 word0 = rt2x00_desc_read(rxd, 0); in rt73usb_fill_rxdone()
1689 if (rt2x00_get_field32(word0, RXD_W0_CRC_ERROR)) in rt73usb_fill_rxdone()
1692 rxdesc->cipher = rt2x00_get_field32(word0, RXD_W0_CIPHER_ALG); in rt73usb_fill_rxdone()
1693 rxdesc->cipher_status = rt2x00_get_field32(word0, RXD_W0_CIPHER_ERROR); in rt73usb_fill_rxdone()
1730 rxdesc->size = rt2x00_get_field32(word0, RXD_W0_DATABYTE_COUNT); in rt73usb_fill_rxdone()
1732 if (rt2x00_get_field32(word0, RXD_W0_OFDM)) in rt73usb_fill_rxdone()
1736 if (rt2x00_get_field32(word0, RXD_W0_MY_BSS)) in rt73usb_fill_rxdone()
Drt2500pci.c1360 u32 word0; in rt2500pci_fill_rxdone() local
1363 word0 = rt2x00_desc_read(entry_priv->desc, 0); in rt2500pci_fill_rxdone()
1366 if (rt2x00_get_field32(word0, RXD_W0_CRC_ERROR)) in rt2500pci_fill_rxdone()
1368 if (rt2x00_get_field32(word0, RXD_W0_PHYSICAL_ERROR)) in rt2500pci_fill_rxdone()
1380 rxdesc->size = rt2x00_get_field32(word0, RXD_W0_DATABYTE_COUNT); in rt2500pci_fill_rxdone()
1382 if (rt2x00_get_field32(word0, RXD_W0_OFDM)) in rt2500pci_fill_rxdone()
1386 if (rt2x00_get_field32(word0, RXD_W0_MY_BSS)) in rt2500pci_fill_rxdone()
Drt2400pci.c1212 u32 word0; in rt2400pci_fill_rxdone() local
1220 word0 = rt2x00_desc_read(entry_priv->desc, 0); in rt2400pci_fill_rxdone()
1225 if (rt2x00_get_field32(word0, RXD_W0_CRC_ERROR)) in rt2400pci_fill_rxdone()
1227 if (rt2x00_get_field32(word0, RXD_W0_PHYSICAL_ERROR)) in rt2400pci_fill_rxdone()
1255 rxdesc->size = rt2x00_get_field32(word0, RXD_W0_DATABYTE_COUNT); in rt2400pci_fill_rxdone()
1258 if (rt2x00_get_field32(word0, RXD_W0_MY_BSS)) in rt2400pci_fill_rxdone()
Drt61pci.c1999 u32 word0; in rt61pci_fill_rxdone() local
2002 word0 = rt2x00_desc_read(entry_priv->desc, 0); in rt61pci_fill_rxdone()
2005 if (rt2x00_get_field32(word0, RXD_W0_CRC_ERROR)) in rt61pci_fill_rxdone()
2008 rxdesc->cipher = rt2x00_get_field32(word0, RXD_W0_CIPHER_ALG); in rt61pci_fill_rxdone()
2009 rxdesc->cipher_status = rt2x00_get_field32(word0, RXD_W0_CIPHER_ERROR); in rt61pci_fill_rxdone()
2046 rxdesc->size = rt2x00_get_field32(word0, RXD_W0_DATABYTE_COUNT); in rt61pci_fill_rxdone()
2048 if (rt2x00_get_field32(word0, RXD_W0_OFDM)) in rt61pci_fill_rxdone()
2052 if (rt2x00_get_field32(word0, RXD_W0_MY_BSS)) in rt61pci_fill_rxdone()
/drivers/staging/comedi/drivers/
Ddaqboard2000.c269 u16 word0, word1, word2, word3; in db2k_setup_sampling() local
272 word0 = 0; in db2k_setup_sampling()
301 db2k_write_acq_scan_list_entry(dev, word0); in db2k_setup_sampling()
/drivers/misc/sgi-gru/
Dgrukservices.c950 unsigned long word0; in quicktest0() local
960 word0 = MAGIC; in quicktest0()
963 gru_vload(cb, uv_gpa(&word0), gru_get_tri(dsr), XTYPE_DW, 1, 1, IMA); in quicktest0()
979 if (word0 != word1 || word1 != MAGIC) { in quicktest0()
/drivers/staging/octeon/
Dethernet-rx.c68 port = work->word0.pip.cn68xx.pknd; in cvm_oct_check_rcv_error()
264 port = work->word0.pip.cn68xx.pknd; in cvm_oct_poll()
Dethernet-tx.c562 work->word0.pip.cn38xx.hw_chksum = skb->csum; in cvm_oct_xmit_pow()
/drivers/net/ethernet/qlogic/qed/
Dqed_hsi.h758 __le16 word0; member
827 __le16 word0; member
1519 __le16 word0; member
1558 __le16 word0; member
5450 __le16 word0; member
5624 __le16 word0; member
6492 __le16 word0; member
7360 __le16 word0; member
7828 __le16 word0; member
8503 __le16 word0; member
[all …]
/drivers/net/ethernet/atheros/alx/
Dhw.h240 __le32 word0; member
/drivers/net/ethernet/agere/
Det131x.c235 u32 word0; member
265 u32 word0; member
2197 u32 word0; in nic_rx_pkts() local
2224 word0 = psr->word0; in nic_rx_pkts()
2274 if ((word0 & ALCATEL_MULTICAST_PKT) && !(word0 & ALCATEL_BROADCAST_PKT)) in nic_rx_pkts()
/drivers/net/ethernet/atheros/atl1c/
Datl1c.h245 __le32 word0; member

12