Searched refs:state_read (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/drivers/infiniband/hw/cxgb3/ |
D | iwch_cm.c | 240 static enum iwch_ep_state state_read(struct iwch_ep_common *epc) in state_read() function 286 PDBG("%s ep %p state %s\n", __func__, ep, states[state_read(&ep->com)]); in __free_ep() 761 if (state_read(&ep->parent_ep->com) != DEAD) { in connect_request_upcall() 826 if (state_read(&ep->com) != MPA_REQ_SENT) in process_mpa_reply() 951 if (state_read(&ep->com) != MPA_REQ_WAIT) in process_mpa_request() 1054 switch (state_read(&ep->com)) { in rx_data() 1066 __func__, ep, state_read(&ep->com), ep->hwtid); in rx_data() 1098 __func__, ep, state_read(&ep->com)); in tx_ack() 1348 if (state_read(&parent_ep->com) != LISTEN) { in pass_accept_req() 1695 if (state_read(&ep->com) != FPDU_MODE) in terminate() [all …]
|
/linux-3.4.99/drivers/i2c/busses/ |
D | scx200_acb.c | 60 state_read, enumerator 176 iface->state = state_read; in scx200_acb_machine() 184 case state_read: in scx200_acb_machine()
|
/linux-3.4.99/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 221 static enum c4iw_ep_state state_read(struct c4iw_ep_common *epc) in state_read() function 264 PDBG("%s ep %p state %s\n", __func__, ep, states[state_read(&ep->com)]); in _c4iw_free_ep() 913 if (state_read(&ep->parent_ep->com) != DEAD) { in connect_request_upcall() 983 if (state_read(&ep->com) != MPA_REQ_SENT) in process_mpa_reply() 1188 if (state_read(&ep->com) != MPA_REQ_WAIT) in process_mpa_request() 1332 switch (state_read(&ep->com)) { in rx_data() 1344 __func__, ep, state_read(&ep->com), ep->hwtid); in rx_data() 1640 if (state_read(&parent_ep->com) != LISTEN) { in pass_accept_req() 2094 __func__, ep, ep->hwtid, state_read(&ep->com)); in fw4_ack() 2102 state_read(&ep->com), ep->mpa_attr.initiator ? 1 : 0); in fw4_ack() [all …]
|
/linux-3.4.99/arch/powerpc/platforms/powermac/ |
D | low_i2c.c | 176 state_read, enumerator 288 host->state = state_read; in kw_i2c_handle_interrupt() 302 if (host->state == state_read) { in kw_i2c_handle_interrupt()
|
/linux-3.4.99/sound/oss/dmasound/ |
D | dmasound_core.c | 1346 static ssize_t state_read(struct file *file, char __user *buf, size_t count, in state_read() function 1363 .read = state_read,
|