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

/linux-master/drivers/net/wan/
H A Dfsl_ucc_hdlc.c85 u16 bd_status; local
307 bd_status = R_E_S | R_I_S;
309 bd_status = R_E_S | R_I_S | R_W_S;
311 priv->rx_bd_base[i].status = cpu_to_be16(bd_status);
317 bd_status = T_I_S | T_TC_S;
319 bd_status = T_I_S | T_TC_S | T_W_S;
321 priv->tx_bd_base[i].status = cpu_to_be16(bd_status);
357 u16 bd_status; local
405 bd_status = be16_to_cpu(bd->status);
418 bd_status
460 u16 bd_status; local
526 u16 bd_status; local
935 u16 bd_status; local
[all...]
/linux-master/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.h77 struct bd_status { struct
H A Dsec_crypto.c175 static u8 pre_parse_finished_bd(struct bd_status *status, void *resp)
189 static u8 pre_parse_finished_bd3(struct bd_status *status, void *resp)
204 struct bd_status *status)
238 struct bd_status status;
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc.c1130 u32 bd_status,
1133 if (likely(!(bd_status & ENETC_RXBD_LSTATUS(ENETC_RXBD_ERR_MASK))))
1139 while (!(bd_status & ENETC_RXBD_LSTATUS_F)) {
1141 bd_status = le32_to_cpu((*rxbd)->r.lstatus);
1154 u32 bd_status, union enetc_rx_bd **rxbd,
1172 while (!(bd_status & ENETC_RXBD_LSTATUS_F)) {
1173 bd_status = le32_to_cpu((*rxbd)->r.lstatus);
1176 if (bd_status & ENETC_RXBD_LSTATUS_F) {
1209 u32 bd_status; local
1216 bd_status
1129 enetc_check_bd_errors_and_consume(struct enetc_bdr *rx_ring, u32 bd_status, union enetc_rx_bd **rxbd, int *i) argument
1153 enetc_build_skb(struct enetc_bdr *rx_ring, u32 bd_status, union enetc_rx_bd **rxbd, int *i, int *cleaned_cnt, int buffer_size) argument
1460 enetc_build_xdp_buff(struct enetc_bdr *rx_ring, u32 bd_status, union enetc_rx_bd **rxbd, int *i, int *cleaned_cnt, struct xdp_buff *xdp_buff) argument
1551 u32 bd_status; local
[all...]
/linux-master/drivers/net/ethernet/freescale/
H A Ducc_geth.c260 u32 bd_status; local
268 bd_status = in_be32((u32 __iomem *)bd);
280 } while (!(bd_status & R_W));
2921 u32 bd_status; local
2934 bd_status = in_be32((u32 __iomem *)bd);
2950 bd_status = (bd_status & T_W) | T_R | T_I | T_L | skb->len;
2953 out_be32((u32 __iomem *)bd, bd_status);
2956 if (!(bd_status & T_W))
2995 u32 bd_status; local
3075 u32 bd_status; local
[all...]
/linux-master/drivers/spi/
H A Dspi-pic32-sqi.c99 u32 bd_status; /* reserved */ member in struct:buf_desc
310 bd->bd_status = 0;
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.h137 struct bd_status { struct
149 struct bd_status status;

Completed in 434 milliseconds