/kernel/linux/linux-5.10/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs.h | 90 enum rtrs_clt_con_type con_type,
|
H A D | rtrs-clt.h | 84 enum rtrs_clt_con_type con_type; member
|
H A D | rtrs-clt.c | 61 __rtrs_get_permit(struct rtrs_clt *clt, enum rtrs_clt_con_type con_type) in __rtrs_get_permit() argument 83 permit->con_type = con_type; in __rtrs_get_permit() 97 * @con_type: Type of connection to use with the permit 109 enum rtrs_clt_con_type con_type, in rtrs_clt_get_permit() 115 permit = __rtrs_get_permit(clt, con_type); in rtrs_clt_get_permit() 122 permit = __rtrs_get_permit(clt, con_type); in rtrs_clt_get_permit() 182 if (likely(permit->con_type == RTRS_IO_CON)) in rtrs_permit_to_clt_con() 108 rtrs_clt_get_permit(struct rtrs_clt *clt, enum rtrs_clt_con_type con_type, int can_wait) rtrs_clt_get_permit() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs.h | 81 enum rtrs_clt_con_type con_type,
|
H A D | rtrs-clt.h | 85 enum rtrs_clt_con_type con_type; member
|
H A D | rtrs-clt.c | 69 __rtrs_get_permit(struct rtrs_clt_sess *clt, enum rtrs_clt_con_type con_type) in __rtrs_get_permit() argument 91 permit->con_type = con_type; in __rtrs_get_permit() 105 * @con_type: Type of connection to use with the permit 117 enum rtrs_clt_con_type con_type, in rtrs_clt_get_permit() 123 permit = __rtrs_get_permit(clt, con_type); in rtrs_clt_get_permit() 130 permit = __rtrs_get_permit(clt, con_type); in rtrs_clt_get_permit() 185 if (permit->con_type == RTRS_IO_CON) in rtrs_permit_to_clt_con() 116 rtrs_clt_get_permit(struct rtrs_clt_sess *clt, enum rtrs_clt_con_type con_type, enum wait_type can_wait) rtrs_clt_get_permit() argument
|
/kernel/linux/linux-5.10/drivers/block/rnbd/ |
H A D | rnbd-clt.c | 313 enum rtrs_clt_con_type con_type, in rnbd_get_permit() 318 permit = rtrs_clt_get_permit(sess->rtrs, con_type, in rnbd_get_permit() 345 enum rtrs_clt_con_type con_type, in rnbd_get_iu() 351 permit = rnbd_get_permit(sess, con_type, in rnbd_get_iu() 312 rnbd_get_permit(struct rnbd_clt_session *sess, enum rtrs_clt_con_type con_type, int wait) rnbd_get_permit() argument 344 rnbd_get_iu(struct rnbd_clt_session *sess, enum rtrs_clt_con_type con_type, int wait) rnbd_get_iu() argument
|
/kernel/linux/linux-6.6/drivers/block/rnbd/ |
H A D | rnbd-clt.c | 289 enum rtrs_clt_con_type con_type, in rnbd_get_permit() 294 permit = rtrs_clt_get_permit(sess->rtrs, con_type, wait); in rnbd_get_permit() 319 enum rtrs_clt_con_type con_type, in rnbd_get_iu() 329 permit = rnbd_get_permit(sess, con_type, wait); in rnbd_get_iu() 288 rnbd_get_permit(struct rnbd_clt_session *sess, enum rtrs_clt_con_type con_type, enum wait_type wait) rnbd_get_permit() argument 318 rnbd_get_iu(struct rnbd_clt_session *sess, enum rtrs_clt_con_type con_type, enum wait_type wait) rnbd_get_iu() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | sta_cmd.c | 2162 cmd_ptr->params.bss_mode.con_type = in mwifiex_sta_prepare_cmd() 2166 cmd_ptr->params.bss_mode.con_type = in mwifiex_sta_prepare_cmd() 2170 cmd_ptr->params.bss_mode.con_type = CONNECTION_TYPE_AP; in mwifiex_sta_prepare_cmd()
|
H A D | fw.h | 2121 u8 con_type; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | sta_cmd.c | 2157 cmd_ptr->params.bss_mode.con_type = in mwifiex_sta_prepare_cmd() 2161 cmd_ptr->params.bss_mode.con_type = in mwifiex_sta_prepare_cmd() 2165 cmd_ptr->params.bss_mode.con_type = CONNECTION_TYPE_AP; in mwifiex_sta_prepare_cmd()
|
H A D | fw.h | 2117 u8 con_type; member
|