Searched refs:NS_PRV_BUFTYPE (Results 1 – 2 of 2) sorted by relevance
668 NS_PRV_BUFTYPE(hb) = BUF_NONE; in ns_init_card()687 NS_PRV_BUFTYPE(lb) = BUF_LG; in ns_init_card()723 NS_PRV_BUFTYPE(sb) = BUF_SM; in ns_init_card()753 NS_PRV_BUFTYPE(iovb) = BUF_NONE; in ns_init_card()955 (NS_PRV_BUFTYPE(skb) == BUF_SM in push_rxbufs()969 if (NS_PRV_BUFTYPE(skb) == BUF_SM) { in push_rxbufs()999 if (NS_PRV_BUFTYPE(skb) == BUF_SM) { in push_rxbufs()1034 writel(NS_CMD_WRITE_FREEBUFQ | NS_PRV_BUFTYPE(skb), in push_rxbufs()1040 (NS_PRV_BUFTYPE(skb) == BUF_SM ? "small" : "large"), in push_rxbufs()1181 NS_PRV_BUFTYPE(sb) = BUF_SM; in ns_irq_handler()[all …]
647 #define NS_PRV_BUFTYPE(skb) \ macro