Searched refs:NS_PRV_BUFTYPE (Results 1 – 2 of 2) sorted by relevance
667 NS_PRV_BUFTYPE(hb) = BUF_NONE; in ns_init_card()686 NS_PRV_BUFTYPE(lb) = BUF_LG; in ns_init_card()722 NS_PRV_BUFTYPE(sb) = BUF_SM; in ns_init_card()752 NS_PRV_BUFTYPE(iovb) = BUF_NONE; in ns_init_card()954 (NS_PRV_BUFTYPE(skb) == BUF_SM in push_rxbufs()968 if (NS_PRV_BUFTYPE(skb) == BUF_SM) { in push_rxbufs()998 if (NS_PRV_BUFTYPE(skb) == BUF_SM) { in push_rxbufs()1033 writel(NS_CMD_WRITE_FREEBUFQ | NS_PRV_BUFTYPE(skb), in push_rxbufs()1039 (NS_PRV_BUFTYPE(skb) == BUF_SM ? "small" : "large"), in push_rxbufs()1180 NS_PRV_BUFTYPE(sb) = BUF_SM; in ns_irq_handler()[all …]
647 #define NS_PRV_BUFTYPE(skb) \ macro