Lines Matching refs:owner
79 listmsg->owner = RT_NULL; in _can_int_rx()
90 if (listmsg->owner != RT_NULL && listmsg->owner->msgs) in _can_int_rx()
92 listmsg->owner->msgs--; in _can_int_rx()
94 listmsg->owner = RT_NULL; in _can_int_rx()
309 rx_fifo->buffer[i].owner = RT_NULL; in rt_can_open()
815 if (listmsg->owner != RT_NULL && listmsg->owner->msgs) in rt_hw_can_isr()
817 listmsg->owner->msgs--; in rt_hw_can_isr()
819 listmsg->owner = RT_NULL; in rt_hw_can_isr()
831 if (listmsg->owner != RT_NULL && listmsg->owner->msgs) in rt_hw_can_isr()
833 listmsg->owner->msgs--; in rt_hw_can_isr()
835 listmsg->owner = RT_NULL; in rt_hw_can_isr()
854 listmsg->owner = &can->hdr[hdr]; in rt_hw_can_isr()