Searched refs:apsn (Results 1 – 1 of 1) sorted by relevance
94 __be32 apsn; member272 return 0 != (cpu_to_be32(BTH_ACK_MASK) & bth->apsn); in __bth_ack()280 bth->apsn |= cpu_to_be32(BTH_ACK_MASK); in __bth_set_ack()282 bth->apsn &= ~cpu_to_be32(BTH_ACK_MASK); in __bth_set_ack()289 bth->apsn &= ~cpu_to_be32(BTH_RESV7_MASK); in __bth_set_resv7()296 return BTH_PSN_MASK & be32_to_cpu(bth->apsn); in __bth_psn()302 u32 apsn = be32_to_cpu(bth->apsn); in __bth_set_psn() local304 bth->apsn = cpu_to_be32((BTH_PSN_MASK & psn) | in __bth_set_psn()305 (~BTH_PSN_MASK & apsn)); in __bth_set_psn()450 bth->apsn = cpu_to_be32(psn); in bth_init()