Home
last modified time | relevance | path

Searched refs:data_state (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/s390/cio/
H A Dscm.c104 scm_attr(data_state);
145 scmdev->attrs.data_state = sale->data_state; in scmdev_setup()
/linux/include/net/
H A Dneighbour.h89 DECLARE_BITMAP(data_state, NEIGH_VAR_DATA_MAX);
94 set_bit(index, p->data_state); in neigh_var_set()
110 bitmap_fill(p->data_state, NEIGH_VAR_DATA_MAX); in neigh_parms_data_state_setall()
115 bitmap_zero(p->data_state, NEIGH_VAR_DATA_MAX); in neigh_parms_data_state_cleanall()
/linux/arch/s390/include/asm/
H A Deadm.h93 unsigned int data_state:4; member
/linux/drivers/media/usb/dvb-usb/
H A Ddib0700_core.c690 u8 data_state; member
739 poll_reply->report_id, poll_reply->data_state, in dib0700_rc_urb_completion()
753 poll_reply->data_state = 2; in dib0700_rc_urb_completion()
/linux/net/core/
H A Dneighbour.c3637 if (dst_p && !test_bit(index, dst_p->data_state)) in neigh_copy_dflt_parms()
3653 set_bit(index, p->data_state); in neigh_proc_update()