Lines Matching refs:rxc
1325 static inline void cas_rxc_init(struct cas_rx_comp *rxc) in cas_rxc_init() argument
1327 memset(rxc, 0, sizeof(*rxc)); in cas_rxc_init()
1328 rxc->word4 = cpu_to_le64(RX_COMP4_ZERO); in cas_rxc_init()
1407 struct cas_rx_comp *rxc = cp->init_rxcs[i]; in cas_clean_rxcs() local
1409 cas_rxc_init(rxc + j); in cas_clean_rxcs()
1910 static int cas_rx_process_pkt(struct cas *cp, struct cas_rx_comp *rxc, in cas_rx_process_pkt() argument
2269 struct cas_rx_comp *rxc = rxcs + entry; in cas_rx_ringN() local
2275 words[0] = le64_to_cpu(rxc->word1); in cas_rx_ringN()
2276 words[1] = le64_to_cpu(rxc->word2); in cas_rx_ringN()
2277 words[2] = le64_to_cpu(rxc->word3); in cas_rx_ringN()
2278 words[3] = le64_to_cpu(rxc->word4); in cas_rx_ringN()
2308 len = cas_rx_process_pkt(cp, rxc, entry, words, &skb); in cas_rx_ringN()
2374 struct cas_rx_comp *rxc = cp->init_rxcs[ring]; in cas_post_rxcs_ringN() local
2385 cas_rxc_init(rxc + last); in cas_post_rxcs_ringN()