Home
last modified time | relevance | path

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

/linux/drivers/net/wan/
H A Dfsl_ucc_hdlc.c85 u16 bd_status; in uhdlc_init() local
303 bd_status = R_E_S | R_I_S; in uhdlc_init()
305 bd_status = R_E_S | R_I_S | R_W_S; in uhdlc_init()
307 priv->rx_bd_base[i].status = cpu_to_be16(bd_status); in uhdlc_init()
313 bd_status = T_I_S | T_TC_S; in uhdlc_init()
315 bd_status = T_I_S | T_TC_S | T_W_S; in uhdlc_init()
317 priv->tx_bd_base[i].status = cpu_to_be16(bd_status); in uhdlc_init()
353 u16 bd_status; in ucc_hdlc_tx() local
401 bd_status = be16_to_cpu(bd->status); in ucc_hdlc_tx()
414 bd_status = (bd_status & T_W_S) | T_R_S | T_I_S | T_L_S | T_TC_S; in ucc_hdlc_tx()
[all …]
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.c1531 u32 bd_status, in enetc_check_bd_errors_and_consume() argument
1534 if (likely(!(bd_status & ENETC_RXBD_LSTATUS(ENETC_RXBD_ERR_MASK)))) in enetc_check_bd_errors_and_consume()
1540 while (!(bd_status & ENETC_RXBD_LSTATUS_F)) { in enetc_check_bd_errors_and_consume()
1542 bd_status = le32_to_cpu((*rxbd)->r.lstatus); in enetc_check_bd_errors_and_consume()
1555 u32 bd_status, union enetc_rx_bd **rxbd, in enetc_build_skb() argument
1573 while (!(bd_status & ENETC_RXBD_LSTATUS_F)) { in enetc_build_skb()
1574 bd_status = le32_to_cpu((*rxbd)->r.lstatus); in enetc_build_skb()
1577 if (bd_status & ENETC_RXBD_LSTATUS_F) { in enetc_build_skb()
1612 u32 bd_status; in enetc_clean_rx_ring() local
1619 bd_status = le32_to_cpu(rxbd->r.lstatus); in enetc_clean_rx_ring()
[all …]
/linux/drivers/net/ethernet/freescale/
H A Ducc_geth.c260 u32 bd_status; in rx_bd_buffer_set() local
268 bd_status = in_be32((u32 __iomem *)bd); in rx_bd_buffer_set()
280 } while (!(bd_status & R_W)); in rx_bd_buffer_set()
2820 u32 bd_status; in ucc_geth_start_xmit() local
2833 bd_status = in_be32((u32 __iomem *)bd); in ucc_geth_start_xmit()
2849 bd_status = (bd_status & T_W) | T_R | T_I | T_L | skb->len; in ucc_geth_start_xmit()
2852 out_be32((u32 __iomem *)bd, bd_status); in ucc_geth_start_xmit()
2855 if (!(bd_status & T_W)) in ucc_geth_start_xmit()
2894 u32 bd_status; in ucc_geth_rx() local
2905 bd_status = in_be32((u32 __iomem *)bd); in ucc_geth_rx()
[all …]
/linux/drivers/spi/
H A Dspi-pic32-sqi.c99 u32 bd_status; /* reserved */ member
310 bd->bd_status = 0; in pic32_sqi_one_transfer()
/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c150 static void pre_parse_finished_bd(struct bd_status *status, void *resp) in pre_parse_finished_bd()
162 static void pre_parse_finished_bd3(struct bd_status *status, void *resp) in pre_parse_finished_bd3()
175 struct bd_status *status) in sec_cb_status_check()
295 struct bd_status status; in sec_req_cb()
313 struct bd_status status; in sec_req_cb3()