Searched refs:bd_status (Results 1 – 2 of 2) sorted by relevance
85 u16 bd_status; in uhdlc_init() local303 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() local401 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 …]
1531 u32 bd_status, in enetc_check_bd_errors_and_consume() argument1534 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() argument1573 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() local1619 bd_status = le32_to_cpu(rxbd->r.lstatus); in enetc_clean_rx_ring()[all …]