Searched refs:b_status (Results 1 – 2 of 2) sorted by relevance
40 __be32 b_status; /* grant callback status */ member107 block->b_status = nlm_lck_blocked; in nlmclnt_prepare_block()148 block->b_status != nlm_lck_blocked, in nlmclnt_block()153 if (block->b_status == nlm_lck_denied_grace_period) in nlmclnt_block()154 block->b_status = nlm_lck_blocked; in nlmclnt_block()155 req->a_res.status = block->b_status; in nlmclnt_block()194 block->b_status = nlm_granted; in nlmclnt_grant()290 block->b_status = nlm_lck_denied_grace_period; in reclaimer()
1000 unsigned short b_status; in ni_ao_wait_for_dma_load() local1002 b_status = ni_stc_readw(dev, NISTC_AO_STATUS1_REG); in ni_ao_wait_for_dma_load()1003 if (b_status & NISTC_AO_STATUS1_FIFO_HF) in ni_ao_wait_for_dma_load()1432 static void ack_b_interrupt(struct comedi_device *dev, unsigned short b_status) in ack_b_interrupt() argument1436 if (b_status & NISTC_AO_STATUS1_BC_TC) in ack_b_interrupt()1438 if (b_status & NISTC_AO_STATUS1_OVERRUN) in ack_b_interrupt()1440 if (b_status & NISTC_AO_STATUS1_START) in ack_b_interrupt()1442 if (b_status & NISTC_AO_STATUS1_START1) in ack_b_interrupt()1444 if (b_status & NISTC_AO_STATUS1_UC_TC) in ack_b_interrupt()1446 if (b_status & NISTC_AO_STATUS1_UI2_TC) in ack_b_interrupt()[all …]