Searched refs:info_length (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/contrib/ofed/libibcm/include/infiniband/
H A Dcm.h531 * @info_length: Size of the additional information, in bytes.
539 uint8_t info_length,
567 uint8_t info_length; member in struct:ib_cm_sidr_rep_param
/freebsd-10.3-release/sys/ofed/include/rdma/
H A Dib_cm.h553 * @info_length: Size of the additional information, in bytes.
561 u8 info_length,
589 u8 info_length; member in struct:ib_cm_sidr_rep_param
/freebsd-10.3-release/contrib/ofed/libibcm/src/
H A Dcm.c584 uint8_t info_length,
602 if (info && info_length) {
604 cmd->info_len = info_length;
629 uint8_t info_length,
634 info, info_length,
761 if (param->info && param->info_length) {
763 cmd->info_len = param->info_length;
580 cm_send_status(struct ib_cm_id *cm_id, uint32_t type, int status, void *info, uint8_t info_length, void *private_data, uint8_t private_data_len) argument
626 ib_cm_send_apr(struct ib_cm_id *cm_id, enum ib_cm_apr_status status, void *info, uint8_t info_length, void *private_data, uint8_t private_data_len) argument
/freebsd-10.3-release/contrib/tcpdump/
H A Dprint-slow.c91 u_int8_t info_length; member in struct:slow_oam_info_t
515 if (tlv.slow_oam_info->info_length !=
/freebsd-10.3-release/sys/ofed/drivers/infiniband/core/
H A Dcm.c2770 u8 info_length,
2779 if (info && info_length) {
2780 apr_msg->info_length = info_length;
2781 memcpy(apr_msg->info, info, info_length);
2791 u8 info_length,
2801 (info && info_length > IB_CM_APR_INFO_LENGTH))
2818 info, info_length, private_data, private_data_len);
2846 work->cm_event.param.apr_rcvd.info_len = apr_msg->info_length;
3069 if (param->info && param->info_length)
2766 cm_format_apr(struct cm_apr_msg *apr_msg, struct cm_id_private *cm_id_priv, enum ib_cm_apr_status status, void *info, u8 info_length, const void *private_data, u8 private_data_len) argument
2788 ib_send_cm_apr(struct ib_cm_id *cm_id, enum ib_cm_apr_status status, void *info, u8 info_length, const void *private_data, u8 private_data_len) argument
[all...]
H A Dcm_msgs.h772 u8 info_length; member in struct:cm_apr_msg
795 u8 info_length; member in struct:cm_sidr_rep_msg
H A Ducm.c1074 param.info_length = cmd.info_len;

Completed in 175 milliseconds