Home
last modified time | relevance | path

Searched refs:bd_status (Results 1 – 7 of 7) sorted by relevance

/drivers/net/wan/
Dfsl_ucc_hdlc.c85 u16 bd_status; in uhdlc_init() local
307 bd_status = R_E_S | R_I_S; in uhdlc_init()
309 bd_status = R_E_S | R_I_S | R_W_S; in uhdlc_init()
311 iowrite16be(bd_status, &priv->rx_bd_base[i].status); in uhdlc_init()
318 bd_status = T_I_S | T_TC_S; in uhdlc_init()
320 bd_status = T_I_S | T_TC_S | T_W_S; in uhdlc_init()
322 iowrite16be(bd_status, &priv->tx_bd_base[i].status); in uhdlc_init()
358 u16 bd_status; in ucc_hdlc_tx() local
405 bd_status = ioread16be(&bd->status); in ucc_hdlc_tx()
418 bd_status = (bd_status & T_W_S) | T_R_S | T_I_S | T_L_S | T_TC_S; in ucc_hdlc_tx()
[all …]
/drivers/net/ethernet/freescale/enetc/
Denetc.c841 u32 bd_status, in enetc_check_bd_errors_and_consume() argument
844 if (likely(!(bd_status & ENETC_RXBD_LSTATUS(ENETC_RXBD_ERR_MASK)))) in enetc_check_bd_errors_and_consume()
850 while (!(bd_status & ENETC_RXBD_LSTATUS_F)) { in enetc_check_bd_errors_and_consume()
852 bd_status = le32_to_cpu((*rxbd)->r.lstatus); in enetc_check_bd_errors_and_consume()
865 u32 bd_status, union enetc_rx_bd **rxbd, in enetc_build_skb() argument
883 while (!(bd_status & ENETC_RXBD_LSTATUS_F)) { in enetc_build_skb()
884 bd_status = le32_to_cpu((*rxbd)->r.lstatus); in enetc_build_skb()
887 if (bd_status & ENETC_RXBD_LSTATUS_F) { in enetc_build_skb()
920 u32 bd_status; in enetc_clean_rx_ring() local
927 bd_status = le32_to_cpu(rxbd->r.lstatus); in enetc_clean_rx_ring()
[all …]
/drivers/net/ethernet/freescale/
Ducc_geth.c259 u32 bd_status; in rx_bd_buffer_set() local
267 bd_status = in_be32((u32 __iomem *)bd); in rx_bd_buffer_set()
279 } while (!(bd_status & R_W)); in rx_bd_buffer_set()
2920 u32 bd_status; in ucc_geth_start_xmit() local
2933 bd_status = in_be32((u32 __iomem *)bd); in ucc_geth_start_xmit()
2949 bd_status = (bd_status & T_W) | T_R | T_I | T_L | skb->len; in ucc_geth_start_xmit()
2952 out_be32((u32 __iomem *)bd, bd_status); in ucc_geth_start_xmit()
2955 if (!(bd_status & T_W)) in ucc_geth_start_xmit()
2994 u32 bd_status; in ucc_geth_rx() local
3005 bd_status = in_be32((u32 __iomem *)bd); in ucc_geth_rx()
[all …]
/drivers/crypto/hisilicon/sec2/
Dsec_crypto.h79 struct bd_status { struct
Dsec_crypto.c161 static u8 pre_parse_finished_bd(struct bd_status *status, void *resp) in pre_parse_finished_bd()
175 static u8 pre_parse_finished_bd3(struct bd_status *status, void *resp) in pre_parse_finished_bd3()
190 struct bd_status *status) in sec_cb_status_check()
224 struct bd_status status; in sec_req_cb()
/drivers/spi/
Dspi-pic32-sqi.c99 u32 bd_status; /* reserved */ member
310 bd->bd_status = 0; in pic32_sqi_one_transfer()
/drivers/net/wireless/intel/ipw2x00/
Dipw2100.h137 struct bd_status { struct
149 struct bd_status status; argument