Home
last modified time | relevance | path

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

12

/drivers/scsi/lpfc/
Dlpfc_hw4.h68 uint32_t word0; member
71 #define lpfc_sli_intf_valid_WORD word0
75 #define lpfc_sli_intf_sli_hint2_WORD word0
79 #define lpfc_sli_intf_sli_hint1_WORD word0
85 #define lpfc_sli_intf_if_type_WORD word0
92 #define lpfc_sli_intf_sli_family_WORD word0
99 #define lpfc_sli_intf_slirev_WORD word0
104 #define lpfc_sli_intf_func_type_WORD word0
259 uint32_t word0; member
262 #define lpfc_idx_rsrc_rdy_WORD word0
[all …]
Dlpfc_bsg.h298 uint32_t word0; member
301 #define lpfc_mqe_status_WORD word0
304 #define lpfc_mqe_command_WORD word0
352 uint32_t word0; member
355 #define lpfc_trunk_info_link_status_WORD word0
358 #define lpfc_trunk_info_trunk_active0_WORD word0
361 #define lpfc_trunk_info_trunk_active1_WORD word0
364 #define lpfc_trunk_info_trunk_active2_WORD word0
367 #define lpfc_trunk_info_trunk_active3_WORD word0
370 #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
2037 uint32_t word0; member
2040 #define pde5_type_WORD word0
2043 #define pde5_rsvd0_WORD word0
[all …]
Dlpfc_sli4.h505 uint32_t word0; member
508 #define lpfc_bbscn_min_WORD word0
511 #define lpfc_bbscn_max_WORD word0
514 #define lpfc_bbscn_def_WORD word0
Dlpfc_sli.c192 doorbell.word0 = 0; in lpfc_sli4_wq_put()
218 writel(doorbell.word0, q->db_regaddr); in lpfc_sli4_wq_put()
277 doorbell.word0 = 0; in lpfc_sli4_mq_put()
280 writel(doorbell.word0, q->phba->sli4_hba.MQDBregaddr); in lpfc_sli4_mq_put()
353 doorbell.word0 = 0; in lpfc_sli4_eq_clr_intr()
359 writel(doorbell.word0, q->phba->sli4_hba.EQDBregaddr); in lpfc_sli4_eq_clr_intr()
372 doorbell.word0 = 0; in lpfc_sli4_if6_eq_clr_intr()
374 writel(doorbell.word0, q->phba->sli4_hba.EQDBregaddr); in lpfc_sli4_if6_eq_clr_intr()
399 doorbell.word0 = 0; in lpfc_sli4_write_eq_db()
409 writel(doorbell.word0, q->phba->sli4_hba.EQDBregaddr); in lpfc_sli4_write_eq_db()
[all …]
Dlpfc_init.c1917 &portsmphr_reg.word0)) in lpfc_handle_eratt_s4()
1939 &portsmphr_reg.word0) && in lpfc_handle_eratt_s4()
1964 &portstat_reg.word0); in lpfc_handle_eratt_s4()
8007 &portsmphr_reg.word0) || in lpfc_sli4_post_status_check()
8028 portsmphr_reg.word0, in lpfc_sli4_post_status_check()
8067 uerrlo_reg.word0 = in lpfc_sli4_post_status_check()
8069 uerrhi_reg.word0 = in lpfc_sli4_post_status_check()
8071 if ((~phba->sli4_hba.ue_mask_lo & uerrlo_reg.word0) || in lpfc_sli4_post_status_check()
8072 (~phba->sli4_hba.ue_mask_hi & uerrhi_reg.word0)) { in lpfc_sli4_post_status_check()
8081 uerrlo_reg.word0, in lpfc_sli4_post_status_check()
[all …]
Dlpfc.h1386 reg_data.word0 = 0; in lpfc_sli4_mod_hba_eq_delay()
1389 writel(reg_data.word0, phba->sli4_hba.u.if_type2.EQDregaddr); in lpfc_sli4_mod_hba_eq_delay()
Dlpfc_scsi.c1602 pde5->word0 = cpu_to_le32(pde5->word0); in lpfc_bg_setup_bpl()
1636 pde6->word0 = cpu_to_le32(pde6->word0); in lpfc_bg_setup_bpl()
1769 pde5->word0 = cpu_to_le32(pde5->word0); in lpfc_bg_setup_bpl_prot()
1798 pde6->word0 = cpu_to_le32(pde6->word0); in lpfc_bg_setup_bpl_prot()
Dlpfc_nvmet.c3077 wcqe->word0, wcqe->total_data_placed, in lpfc_nvmet_sol_fcp_abort_cmp()
3125 wcqe->word0, wcqe->total_data_placed, in lpfc_nvmet_unsol_fcp_abort_cmp()
3161 wcqe->word0, wcqe->total_data_placed, in lpfc_nvmet_unsol_fcp_abort_cmp()
3207 ctxp, wcqe->word0, wcqe->total_data_placed, in lpfc_nvmet_xmt_ls_abort_cmp()
3214 wcqe->word0, wcqe->total_data_placed, in lpfc_nvmet_xmt_ls_abort_cmp()
/drivers/net/ethernet/cortina/
Dgemini.c611 union gmac_txdesc_0 word0; in gmac_clean_txq() local
627 word0 = txd->word0; in gmac_clean_txq()
633 word0.bits.buffer_size, DMA_TO_DEVICE); in gmac_clean_txq()
644 if (!word0.bits.status_tx_ok) { in gmac_clean_txq()
655 nfrags = word0.bits.desc_count - 1; in gmac_clean_txq()
722 writel(port->rxq_dma_base | port->rxq_order, &qhdr->word0); in gmac_setup_rxq()
769 dma_reg = &qhdr->word0; in gmac_cleanup_rxq()
1221 txd->word0.bits32 = buflen; in gmac_map_tx_bufs()
1241 txq->ring[w].word0.bits.buffer_size, in gmac_map_tx_bufs()
1376 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.c1476 u32 word0, word1, l0_size, mipmap_size, word2, word3, word4, word5; in r600_check_texture_resource() local
1492 word0 = radeon_get_ib_value(p, idx + 0); in r600_check_texture_resource()
1495 word0 |= S_038000_TILE_MODE(V_038000_ARRAY_2D_TILED_THIN1); in r600_check_texture_resource()
1497 word0 |= S_038000_TILE_MODE(V_038000_ARRAY_1D_TILED_THIN1); in r600_check_texture_resource()
1504 dim = G_038000_DIM(word0); in r600_check_texture_resource()
1505 w0 = G_038000_TEX_WIDTH(word0) + 1; in r600_check_texture_resource()
1506 pitch = (G_038000_PITCH(word0) + 1) * 8; in r600_check_texture_resource()
1513 array_check.array_mode = G_038000_TILE_MODE(word0); in r600_check_texture_resource()
1544 dev_warn(p->dev, "this kernel doesn't support %d texture dim\n", G_038000_DIM(word0)); in r600_check_texture_resource()
1556 __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.c951 unsigned long word0; in quicktest0() local
961 word0 = MAGIC; in quicktest0()
964 gru_vload(cb, uv_gpa(&word0), gru_get_tri(dsr), XTYPE_DW, 1, 1, IMA); in quicktest0()
980 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()
268 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.h753 __le16 word0; member
822 __le16 word0; member
1558 __le16 word0; member
1597 __le16 word0; member
5153 __le16 word0; member
5327 __le16 word0; member
6226 __le16 word0; member
7098 __le16 word0; member
7566 __le16 word0; member
8255 __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
2193 u32 word0; in nic_rx_pkts() local
2220 word0 = psr->word0; in nic_rx_pkts()
2270 if ((word0 & ALCATEL_MULTICAST_PKT) && !(word0 & ALCATEL_BROADCAST_PKT)) in nic_rx_pkts()
/drivers/net/ethernet/atheros/atl1c/
Datl1c.h245 __le32 word0; member

12