Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wan/
A Dfsl_ucc_hdlc.c83 u16 bd_status; in uhdlc_init() local
355 u16 bd_status; in ucc_hdlc_tx() local
416 bd_status = (bd_status & T_W_S) | T_R_S | T_I_S | T_L_S | T_TC_S; in ucc_hdlc_tx()
422 if (!(bd_status & T_W_S)) in ucc_hdlc_tx()
458 u16 bd_status; in hdlc_tx_done() local
524 u16 bd_status; in hdlc_rx_done() local
537 if (bd_status & R_CD_S) in hdlc_rx_done()
539 if (bd_status & R_OV_S) in hdlc_rx_done()
541 if (bd_status & R_CR_S) in hdlc_rx_done()
543 if (bd_status & R_AB_S) in hdlc_rx_done()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/freescale/enetc/
A Denetc.c1123 u32 bd_status, in enetc_check_bd_errors_and_consume() argument
1132 while (!(bd_status & ENETC_RXBD_LSTATUS_F)) { in enetc_check_bd_errors_and_consume()
1134 bd_status = le32_to_cpu((*rxbd)->r.lstatus); in enetc_check_bd_errors_and_consume()
1169 if (bd_status & ENETC_RXBD_LSTATUS_F) { in enetc_build_skb()
1202 u32 bd_status; in enetc_clean_rx_ring() local
1209 bd_status = le32_to_cpu(rxbd->r.lstatus); in enetc_clean_rx_ring()
1210 if (!bd_status) in enetc_clean_rx_ring()
1465 if (bd_status & ENETC_RXBD_LSTATUS_F) { in enetc_build_xdp_buff()
1539 u32 bd_status; in enetc_clean_rx_ring_xdp() local
1543 bd_status = le32_to_cpu(rxbd->r.lstatus); in enetc_clean_rx_ring_xdp()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/freescale/
A Ducc_geth.c259 u32 bd_status; in rx_bd_buffer_set() local
279 } while (!(bd_status & R_W)); in rx_bd_buffer_set()
2920 u32 bd_status; in ucc_geth_start_xmit() local
2949 bd_status = (bd_status & T_W) | T_R | T_I | T_L | skb->len; 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
3016 (!(bd_status & (R_F | R_L))) || in ucc_geth_rx()
3055 if (bd_status & R_W) in ucc_geth_rx()
3074 u32 bd_status; in ucc_geth_tx() local
3080 while ((bd_status & T_R) == 0) { in ucc_geth_tx()
[all …]
/linux-6.3-rc2/drivers/crypto/hisilicon/sec2/
A Dsec_crypto.h79 struct bd_status { struct
A Dsec_crypto.c172 static u8 pre_parse_finished_bd(struct bd_status *status, void *resp) in pre_parse_finished_bd()
186 static u8 pre_parse_finished_bd3(struct bd_status *status, void *resp) in pre_parse_finished_bd3()
201 struct bd_status *status) in sec_cb_status_check()
235 struct bd_status status; in sec_req_cb()
/linux-6.3-rc2/drivers/spi/
A Dspi-pic32-sqi.c99 u32 bd_status; /* reserved */ member
310 bd->bd_status = 0; in pic32_sqi_one_transfer()
/linux-6.3-rc2/drivers/net/wireless/intel/ipw2x00/
A Dipw2100.h137 struct bd_status { struct
149 struct bd_status status; argument

Completed in 35 milliseconds