Searched refs:flow_state (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/ |
A D | tid_rdma.c | 349 qpriv->flow_state.psn = 0; in hfi1_qp_priv_init() 1519 memset(&flow->flow_state, 0x0, sizeof(flow->flow_state)); in hfi1_kern_exp_rcv_setup() 1521 flow->flow_state.generation = qpriv->flow_state.generation; in hfi1_kern_exp_rcv_setup() 1522 flow->flow_state.spsn = qpriv->flow_state.psn; in hfi1_kern_exp_rcv_setup() 1523 flow->flow_state.lpsn = flow->flow_state.spsn + flow->npkts - 1; in hfi1_kern_exp_rcv_setup() 1871 flow->flow_state.ib_lpsn = in hfi1_build_tid_rdma_read_req() 1949 flow->flow_state.lpsn = flow->flow_state.spsn + in tid_rdma_rcv_read_request() 1952 flow->flow_state.ib_lpsn = flow->flow_state.ib_spsn + flow->npkts - 1; in tid_rdma_rcv_read_request() 3176 fs = &qpriv->flow_state; in hfi1_qp_kern_exp_rcv_clear_all() 4123 flow->flow_state.lpsn = flow->flow_state.spsn + in hfi1_rc_rcv_tid_rdma_write_resp() [all …]
|
A D | tid_rdma.h | 137 struct flow_state { struct 178 struct flow_state flow_state; member
|
A D | verbs.h | 128 struct tid_flow_state flow_state; member 347 static inline u32 __full_flow_psn(struct flow_state *state, u32 psn) in __full_flow_psn() 355 return __full_flow_psn(&flow->flow_state, psn); in full_flow_psn()
|
A D | trace_tid.h | 519 __entry->generation = flow->flow_state.generation; 521 flow->flow_state.spsn); 523 flow->flow_state.lpsn); 524 __entry->r_next_psn = flow->flow_state.r_next_psn; 525 __entry->ib_spsn = flow->flow_state.ib_spsn; 526 __entry->ib_lpsn = flow->flow_state.ib_lpsn; 1008 __entry->hw_flow_index = priv->flow_state.index; 1009 __entry->generation = priv->flow_state.generation; 1010 __entry->fpsn = priv->flow_state.psn; 1394 __entry->hw_flow_index = priv->flow_state.index; [all …]
|
A D | rc.c | 1074 req->s_next_psn = flow->flow_state.ib_lpsn + 1; in hfi1_make_rc_req()
|
/linux-6.3-rc2/net/caif/ |
A D | caif_socket.c | 50 unsigned long flow_state; member 59 return test_bit(RX_FLOW_ON_BIT, &cf_sk->flow_state); in rx_flow_is_on() 64 return test_bit(TX_FLOW_ON_BIT, &cf_sk->flow_state); in tx_flow_is_on() 69 clear_bit(RX_FLOW_ON_BIT, &cf_sk->flow_state); in set_rx_flow_off() 74 set_bit(RX_FLOW_ON_BIT, &cf_sk->flow_state); in set_rx_flow_on() 79 clear_bit(TX_FLOW_ON_BIT, &cf_sk->flow_state); in set_tx_flow_off() 84 set_bit(TX_FLOW_ON_BIT, &cf_sk->flow_state); in set_tx_flow_on()
|
/linux-6.3-rc2/net/core/ |
A D | pktgen.c | 254 struct flow_state { struct 415 struct flow_state *flows; 3747 sizeof(struct flow_state)), in pktgen_add_device()
|
Completed in 41 milliseconds