Searched refs:bd_status (Results 1 – 7 of 7) sorted by relevance
85 u16 bd_status; in uhdlc_init() local357 u16 bd_status; in ucc_hdlc_tx() local418 bd_status = (bd_status & T_W_S) | T_R_S | T_I_S | T_L_S | T_TC_S; in ucc_hdlc_tx()424 if (!(bd_status & T_W_S)) in ucc_hdlc_tx()460 u16 bd_status; in hdlc_tx_done() local526 u16 bd_status; in hdlc_rx_done() local539 if (bd_status & R_CD_S) in hdlc_rx_done()541 if (bd_status & R_OV_S) in hdlc_rx_done()543 if (bd_status & R_CR_S) in hdlc_rx_done()545 if (bd_status & R_AB_S) in hdlc_rx_done()[all …]
1128 u32 bd_status, in enetc_check_bd_errors_and_consume() argument1174 if (bd_status & ENETC_RXBD_LSTATUS_F) { in enetc_build_skb()1207 u32 bd_status; in enetc_clean_rx_ring() local1214 bd_status = le32_to_cpu(rxbd->r.lstatus); in enetc_clean_rx_ring()1215 if (!bd_status) in enetc_clean_rx_ring()1234 if (bd_status & ENETC_RXBD_FLAG_VLAN) in enetc_clean_rx_ring()1478 if (bd_status & ENETC_RXBD_LSTATUS_F) { in enetc_build_xdp_buff()1551 u32 bd_status; in enetc_clean_rx_ring_xdp() local1555 bd_status = le32_to_cpu(rxbd->r.lstatus); in enetc_clean_rx_ring_xdp()1556 if (!bd_status) in enetc_clean_rx_ring_xdp()[all …]
260 u32 bd_status; in rx_bd_buffer_set() local280 } while (!(bd_status & R_W)); in rx_bd_buffer_set()2921 u32 bd_status; in ucc_geth_start_xmit() local2950 bd_status = (bd_status & T_W) | T_R | T_I | T_L | skb->len; in ucc_geth_start_xmit()2956 if (!(bd_status & T_W)) in ucc_geth_start_xmit()2995 u32 bd_status; in ucc_geth_rx() local3017 (!(bd_status & (R_F | R_L))) || in ucc_geth_rx()3056 if (bd_status & R_W) in ucc_geth_rx()3075 u32 bd_status; in ucc_geth_tx() local3081 while ((bd_status & T_R) == 0) { in ucc_geth_tx()[all …]
77 struct bd_status { struct
175 static u8 pre_parse_finished_bd(struct bd_status *status, void *resp) in pre_parse_finished_bd()189 static u8 pre_parse_finished_bd3(struct bd_status *status, void *resp) in pre_parse_finished_bd3()204 struct bd_status *status) in sec_cb_status_check()238 struct bd_status status; in sec_req_cb()
99 u32 bd_status; /* reserved */ member310 bd->bd_status = 0; in pic32_sqi_one_transfer()
137 struct bd_status { struct149 struct bd_status status; argument
Completed in 41 milliseconds