Searched refs:sa_handle (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | ibdiag_sa.h | 49 struct sa_handle { struct 62 struct sa_handle * sa_get_handle(void); argument 63 int sa_set_handle(struct sa_handle * handle, int grh_present, ibmad_gid_t *gid); 64 void sa_free_handle(struct sa_handle * h); 66 int sa_query(struct sa_handle *h, uint8_t method,
|
H A D | saquery.c | 94 int (*handler) (const struct query_cmd * q, struct sa_handle * h, 801 static int get_any_records(struct sa_handle * h, in get_any_records() 822 static int get_and_dump_any_records(struct sa_handle * h, uint16_t attr_id, in get_and_dump_any_records() 844 static int get_all_records(struct sa_handle * h, uint16_t attr_id, in get_all_records() 850 static int get_and_dump_all_records(struct sa_handle * h, uint16_t attr_id, in get_and_dump_all_records() 868 static int get_lid_from_name(struct sa_handle * h, const char *name, uint16_t * lid) in get_lid_from_name() 895 static uint16_t get_lid(struct sa_handle * h, const char *name) in get_lid() 932 static int parse_lid_and_ports(struct sa_handle * h, in parse_lid_and_ports() 975 static int get_issm_records(struct sa_handle * h, ib_net32_t capability_mask, in get_issm_records() 987 static int print_node_records(struct sa_handle * h, struct query_params *p) in print_node_records() [all …]
|
H A D | ibdiag_sa.c | 51 struct sa_handle * sa_get_handle(void) in sa_get_handle() 53 struct sa_handle * handle; in sa_get_handle() 77 int sa_set_handle(struct sa_handle * handle, int grh_present, ibmad_gid_t *gid) in sa_set_handle() 90 void sa_free_handle(struct sa_handle * h) in sa_free_handle() 97 int sa_query(struct sa_handle * h, uint8_t method, in sa_query()
|
H A D | ibqueryerrors.c | 334 struct sa_handle * h; in path_record_query()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | sa.h | 116 struct sa_handle; 118 typedef struct sa_handle sa_handle_t;
|
H A D | zfs_sa.h | 142 void zfs_sa_upgrade(struct sa_handle *, dmu_tx_t *);
|
H A D | sa_impl.h | 211 struct sa_handle { struct
|
H A D | dmu.h | 75 struct sa_handle; 826 void dmu_tx_hold_sa(dmu_tx_t *tx, struct sa_handle *hdl, boolean_t may_grow);
|
/freebsd/sys/dev/ice/ |
H A D | virtchnl_inline_ipsec.h |
|