Lines Matching refs:rxc
1337 static inline void cas_rxc_init(struct cas_rx_comp *rxc) in cas_rxc_init() argument
1339 memset(rxc, 0, sizeof(*rxc)); in cas_rxc_init()
1340 rxc->word4 = cpu_to_le64(RX_COMP4_ZERO); in cas_rxc_init()
1419 struct cas_rx_comp *rxc = cp->init_rxcs[i]; in cas_clean_rxcs() local
1421 cas_rxc_init(rxc + j); in cas_clean_rxcs()
1921 static int cas_rx_process_pkt(struct cas *cp, struct cas_rx_comp *rxc, in cas_rx_process_pkt() argument
2280 struct cas_rx_comp *rxc = rxcs + entry; in cas_rx_ringN() local
2286 words[0] = le64_to_cpu(rxc->word1); in cas_rx_ringN()
2287 words[1] = le64_to_cpu(rxc->word2); in cas_rx_ringN()
2288 words[2] = le64_to_cpu(rxc->word3); in cas_rx_ringN()
2289 words[3] = le64_to_cpu(rxc->word4); in cas_rx_ringN()
2319 len = cas_rx_process_pkt(cp, rxc, entry, words, &skb); in cas_rx_ringN()
2385 struct cas_rx_comp *rxc = cp->init_rxcs[ring]; in cas_post_rxcs_ringN() local
2396 cas_rxc_init(rxc + last); in cas_post_rxcs_ringN()