Home
last modified time | relevance | path

Searched refs:remote_access (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_ctrl.c2969 LS_64(info->remote_access, I40IW_CQPSQ_STAG_REMACCENABLED) | in i40iw_sc_alloc_stag()
3002 bool remote_access; in i40iw_sc_mr_reg_non_shared() local
3009 remote_access = true; in i40iw_sc_mr_reg_non_shared()
3011 remote_access = false; in i40iw_sc_mr_reg_non_shared()
3051 LS_64(remote_access, I40IW_CQPSQ_STAG_REMACCENABLED) | in i40iw_sc_mr_reg_non_shared()
3084 bool remote_access; in i40iw_sc_mr_reg_shared() local
3089 remote_access = true; in i40iw_sc_mr_reg_shared()
3091 remote_access = false; in i40iw_sc_mr_reg_shared()
3116 LS_64(remote_access, I40IW_CQPSQ_STAG_REMACCENABLED) | in i40iw_sc_mr_reg_shared()
Di40iw_type.h778 bool remote_access; member
Di40iw_verbs.c1621 info->remote_access = true; in i40iw_hw_alloc_stag()