Searched refs:IB_MGMT_RMPP_FLAG_ACTIVE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | mad_rmpp.c | 121 ib_set_rmpp_flags(&ack->rmpp_hdr, IB_MGMT_RMPP_FLAG_ACTIVE); in format_ack() 193 ib_set_rmpp_flags(&rmpp_mad->rmpp_hdr, IB_MGMT_RMPP_FLAG_ACTIVE); in ack_ds_ack() 229 ib_set_rmpp_flags(&rmpp_mad->rmpp_hdr, IB_MGMT_RMPP_FLAG_ACTIVE); in nack_recv() 574 ib_set_rmpp_flags(&rmpp_mad->rmpp_hdr, IB_MGMT_RMPP_FLAG_ACTIVE); in send_next_seg() 811 if (!(rmpp_mad->rmpp_hdr.rmpp_rtime_flags & IB_MGMT_RMPP_FLAG_ACTIVE)) in ib_process_rmpp_recv_wc() 882 IB_MGMT_RMPP_FLAG_ACTIVE)) in ib_send_rmpp_mad() 908 IB_MGMT_RMPP_FLAG_ACTIVE)) in ib_process_rmpp_send_wc() 946 IB_MGMT_RMPP_FLAG_ACTIVE)) in ib_retry_rmpp()
|
H A D | user_mad.c | 575 IB_MGMT_RMPP_FLAG_ACTIVE; in ib_umad_write() 628 && (ib_get_rmpp_flags(&rmpp_mad_hdr->rmpp_hdr) & IB_MGMT_RMPP_FLAG_ACTIVE)) { in ib_umad_write()
|
H A D | mad.c | 826 ib_set_rmpp_flags(&rmpp_mad->rmpp_hdr, IB_MGMT_RMPP_FLAG_ACTIVE); in alloc_send_rmpp_list() 1669 IB_MGMT_RMPP_FLAG_ACTIVE) || in is_rmpp_data_mad() 1827 & IB_MGMT_RMPP_FLAG_ACTIVE)) { in ib_mad_complete_recv()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | mad_rmpp.c | 121 ib_set_rmpp_flags(&ack->rmpp_hdr, IB_MGMT_RMPP_FLAG_ACTIVE); in format_ack() 193 ib_set_rmpp_flags(&rmpp_mad->rmpp_hdr, IB_MGMT_RMPP_FLAG_ACTIVE); in ack_ds_ack() 229 ib_set_rmpp_flags(&rmpp_mad->rmpp_hdr, IB_MGMT_RMPP_FLAG_ACTIVE); in nack_recv() 574 ib_set_rmpp_flags(&rmpp_mad->rmpp_hdr, IB_MGMT_RMPP_FLAG_ACTIVE); in send_next_seg() 811 if (!(rmpp_mad->rmpp_hdr.rmpp_rtime_flags & IB_MGMT_RMPP_FLAG_ACTIVE)) in ib_process_rmpp_recv_wc() 882 IB_MGMT_RMPP_FLAG_ACTIVE)) in ib_send_rmpp_mad() 908 IB_MGMT_RMPP_FLAG_ACTIVE)) in ib_process_rmpp_send_wc() 946 IB_MGMT_RMPP_FLAG_ACTIVE)) in ib_retry_rmpp()
|
H A D | user_mad.c | 575 IB_MGMT_RMPP_FLAG_ACTIVE; in ib_umad_write() 628 && (ib_get_rmpp_flags(&rmpp_mad_hdr->rmpp_hdr) & IB_MGMT_RMPP_FLAG_ACTIVE)) { in ib_umad_write()
|
H A D | mad.c | 819 ib_set_rmpp_flags(&rmpp_mad->rmpp_hdr, IB_MGMT_RMPP_FLAG_ACTIVE); in alloc_send_rmpp_list() 1658 IB_MGMT_RMPP_FLAG_ACTIVE) || in is_rmpp_data_mad() 1817 & IB_MGMT_RMPP_FLAG_ACTIVE)) { in ib_mad_complete_recv()
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | ib_mad.h | 74 #define IB_MGMT_RMPP_FLAG_ACTIVE 1 macro
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | ib_mad.h | 74 #define IB_MGMT_RMPP_FLAG_ACTIVE 1 macro
|
Completed in 17 milliseconds