Lines Matching refs:rxc
1360 static inline void cas_rxc_init(struct cas_rx_comp *rxc) in cas_rxc_init() argument
1362 memset(rxc, 0, sizeof(*rxc)); in cas_rxc_init()
1363 rxc->word4 = cpu_to_le64(RX_COMP4_ZERO); in cas_rxc_init()
1442 struct cas_rx_comp *rxc = cp->init_rxcs[i]; in cas_clean_rxcs() local
1444 cas_rxc_init(rxc + j); in cas_clean_rxcs()
1952 static int cas_rx_process_pkt(struct cas *cp, struct cas_rx_comp *rxc, in cas_rx_process_pkt() argument
2304 struct cas_rx_comp *rxc = rxcs + entry; in cas_rx_ringN() local
2310 words[0] = le64_to_cpu(rxc->word1); in cas_rx_ringN()
2311 words[1] = le64_to_cpu(rxc->word2); in cas_rx_ringN()
2312 words[2] = le64_to_cpu(rxc->word3); in cas_rx_ringN()
2313 words[3] = le64_to_cpu(rxc->word4); in cas_rx_ringN()
2343 len = cas_rx_process_pkt(cp, rxc, entry, words, &skb); in cas_rx_ringN()
2409 struct cas_rx_comp *rxc = cp->init_rxcs[ring]; in cas_post_rxcs_ringN() local
2420 cas_rxc_init(rxc + last); in cas_post_rxcs_ringN()