Searched refs:bd_ate_count (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/pci/
H A Dpcibr_private.h76 int bd_ate_count; /* number of ATE's allocated */ member in struct:pcibr_dmamap_s
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/pci/
H A Dpcibr_private.h76 int bd_ate_count; /* number of ATE's allocated */ member in struct:pcibr_dmamap_s
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/sn2/pcibr/
H A Dpcibr_dvr.c2885 pcibr_dmamap->bd_ate_count = ate_count;
2959 if (pcibr_dmamap->bd_ate_count) {
2962 pcibr_dmamap->bd_ate_count);
3144 if (ate_count <= pcibr_dmamap->bd_ate_count) {
3161 "\tate_count 0x%x bd_ate_count 0x%x\n"
3164 ate_count, pcibr_dmamap->bd_ate_count);
3299 if (ate_total > pcibr_dmamap->bd_ate_count) {
3303 "\tate_total 0x%x bd_ate_count 0x%x\n"
3306 ate_total, pcibr_dmamap->bd_ate_count);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/sn1/
H A Dpcibr.c5079 pcibr_dmamap->bd_ate_count = ate_count;
5157 if (pcibr_dmamap->bd_ate_count) {
5160 pcibr_dmamap->bd_ate_count);
5537 if (ate_count <= pcibr_dmamap->bd_ate_count) {
5554 "\tate_count 0x%x bd_ate_count 0x%x\n"
5557 ate_count, pcibr_dmamap->bd_ate_count);
5693 if (ate_total > pcibr_dmamap->bd_ate_count) {
5697 "\tate_total 0x%x bd_ate_count 0x%x\n"
5700 ate_total, pcibr_dmamap->bd_ate_count);

Completed in 81 milliseconds