Home
last modified time | relevance | path

Searched refs:cxt (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_ll2_api.h119 void (*ecore_ll2_complete_rx_packet_cb)(void *cxt,
123 void (*ecore_ll2_release_rx_packet_cb)(void *cxt,
130 void (*ecore_ll2_complete_tx_packet_cb)(void *cxt,
138 void (*ecore_ll2_release_tx_packet_cb)(void *cxt,
146 void (*ecore_ll2_slowpath_cb)(void *cxt,
201 ecore_ll2_acquire_connection(void *cxt,
216 enum _ecore_status_t ecore_ll2_establish_connection(void *cxt,
234 enum _ecore_status_t ecore_ll2_post_rx_buffer(void *cxt,
271 void *cxt,
285 void ecore_ll2_release_connection(void *cxt,
[all …]
H A Decore_ll2.c1243 ecore_ll2_acquire_connection(void *cxt, in ecore_ll2_acquire_connection() argument
1246 struct ecore_hwfn *p_hwfn = (struct ecore_hwfn *)cxt; in ecore_ll2_acquire_connection()
1400 enum _ecore_status_t ecore_ll2_establish_connection(void *cxt, in ecore_ll2_establish_connection() argument
1403 struct ecore_hwfn *p_hwfn = (struct ecore_hwfn *)cxt; in ecore_ll2_establish_connection()
1569 enum _ecore_status_t ecore_ll2_post_rx_buffer(void *cxt, in ecore_ll2_post_rx_buffer() argument
1576 struct ecore_hwfn *p_hwfn = (struct ecore_hwfn *)cxt; in ecore_ll2_post_rx_buffer()
1795 void *cxt, in ecore_ll2_prepare_tx_packet() argument
1800 struct ecore_hwfn *p_hwfn = (struct ecore_hwfn *)cxt; in ecore_ll2_prepare_tx_packet()
1849 enum _ecore_status_t ecore_ll2_set_fragment_of_tx_packet(void *cxt, in ecore_ll2_set_fragment_of_tx_packet() argument
1855 struct ecore_hwfn *p_hwfn = (struct ecore_hwfn *)cxt; in ecore_ll2_set_fragment_of_tx_packet()
[all …]
H A Decore_iwarp.c2731 ecore_iwarp_ll2_comp_mpa_pkt(void *cxt, in ecore_iwarp_ll2_comp_mpa_pkt() argument
2734 struct ecore_hwfn *p_hwfn = (struct ecore_hwfn *)cxt; in ecore_iwarp_ll2_comp_mpa_pkt()
2771 ecore_iwarp_ll2_comp_syn_pkt(void *cxt, struct ecore_ll2_comp_rx_data *data) in ecore_iwarp_ll2_comp_syn_pkt() argument
2773 struct ecore_hwfn *p_hwfn = (struct ecore_hwfn *)cxt; in ecore_iwarp_ll2_comp_syn_pkt()
2902 ecore_iwarp_ll2_rel_rx_pkt(void *cxt, in ecore_iwarp_ll2_rel_rx_pkt() argument
2908 struct ecore_hwfn *p_hwfn = (struct ecore_hwfn *)cxt; in ecore_iwarp_ll2_rel_rx_pkt()
2921 ecore_iwarp_ll2_comp_tx_pkt(void *cxt, in ecore_iwarp_ll2_comp_tx_pkt() argument
2928 struct ecore_hwfn *p_hwfn = (struct ecore_hwfn *)cxt; in ecore_iwarp_ll2_comp_tx_pkt()
2960 ecore_iwarp_ll2_rel_tx_pkt(void *cxt, in ecore_iwarp_ll2_rel_tx_pkt() argument
2967 struct ecore_hwfn *p_hwfn = (struct ecore_hwfn *)cxt; in ecore_iwarp_ll2_rel_tx_pkt()
[all …]
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_dump.c64 void *cxt) in dump_ucast_path_distribution() argument
117 static void dump_ucast_routes(cl_map_item_t * item, FILE * file, void *cxt) in dump_ucast_routes() argument
130 osm_opensm_t *p_osm = cxt; in dump_ucast_routes()
239 static void dump_mcast_routes(cl_map_item_t * item, FILE * file, void *cxt) in dump_mcast_routes() argument
303 static void dump_lid_matrix(cl_map_item_t * item, FILE * file, void *cxt) in dump_lid_matrix() argument
306 osm_opensm_t *p_osm = cxt; in dump_lid_matrix()
331 static void dump_ucast_lfts(cl_map_item_t * item, FILE * file, void *cxt) in dump_ucast_lfts() argument
334 osm_opensm_t *p_osm = cxt; in dump_ucast_lfts()
368 static void dump_topology_node(cl_map_item_t * item, FILE * file, void *cxt) in dump_topology_node() argument
500 static void dump_sl2vl_tbl(cl_map_item_t * item, FILE * file, void *cxt) in dump_sl2vl_tbl() argument
[all …]
H A Dosm_sa.c610 static void mcast_mgr_dump_one_port(cl_map_item_t * p_map_item, void *cxt) in mcast_mgr_dump_one_port() argument
612 FILE *file = ((struct opensm_dump_context *)cxt)->file; in mcast_mgr_dump_one_port()
623 static void sa_dump_one_mgrp(osm_mgrp_t *p_mgrp, void *cxt) in sa_dump_one_mgrp() argument
626 osm_opensm_t *p_osm = ((struct opensm_dump_context *)cxt)->p_osm; in sa_dump_one_mgrp()
627 FILE *file = ((struct opensm_dump_context *)cxt)->file; in sa_dump_one_mgrp()
659 static void sa_dump_one_inform(cl_list_item_t * p_list_item, void *cxt) in sa_dump_one_inform() argument
661 FILE *file = ((struct opensm_dump_context *)cxt)->file; in sa_dump_one_inform()
703 static void sa_dump_one_service(cl_list_item_t * p_list_item, void *cxt) in sa_dump_one_service() argument
705 FILE *file = ((struct opensm_dump_context *)cxt)->file; in sa_dump_one_service()
761 static void sa_dump_one_port_guidinfo(cl_map_item_t * p_map_item, void *cxt) in sa_dump_one_port_guidinfo() argument
[all …]
H A Dosm_ucast_updn.c511 static void dump_roots(cl_map_item_t *item, FILE *file, void *cxt) in dump_roots() argument
519 static int update_id(void *cxt, uint64_t guid, char *p) in update_id() argument
521 osm_opensm_t *osm = cxt; in update_id()
548 static int rank_root_node(void *cxt, uint64_t guid, char *p) in rank_root_node() argument
550 updn_t *updn = cxt; in rank_root_node()
H A Dosm_sa_lft_record.c109 static void lftr_rcv_by_comp_mask(IN cl_map_item_t * p_map_item, IN void *cxt) in lftr_rcv_by_comp_mask() argument
111 const osm_lftr_search_ctxt_t *p_ctxt = cxt; in lftr_rcv_by_comp_mask()
H A Dosm_sa_mft_record.c114 static void mftr_rcv_by_comp_mask(IN cl_map_item_t * p_map_item, IN void *cxt) in mftr_rcv_by_comp_mask() argument
116 const osm_mftr_search_ctxt_t *p_ctxt = cxt; in mftr_rcv_by_comp_mask()
H A Dosm_sa_sw_info_record.c166 static void sir_rcv_by_comp_mask(IN cl_map_item_t * p_map_item, IN void *cxt) in sir_rcv_by_comp_mask() argument
168 const osm_sir_search_ctxt_t *p_ctxt = cxt; in sir_rcv_by_comp_mask()
H A Dosm_sa_slvl_record.c191 static void sa_slvl_by_comp_mask_cb(IN cl_map_item_t * p_map_item, IN void *cxt) in sa_slvl_by_comp_mask_cb() argument
194 osm_slvl_search_ctxt_t *p_ctxt = cxt; in sa_slvl_by_comp_mask_cb()
H A Dosm_sa_vlarb_record.c198 static void sa_vl_arb_by_comp_mask_cb(IN cl_map_item_t * p_map_item, void *cxt) in sa_vl_arb_by_comp_mask_cb() argument
201 osm_vl_arb_search_ctxt_t *p_ctxt = cxt; in sa_vl_arb_by_comp_mask_cb()
H A Dosm_sa_pkey_record.c204 static void sa_pkey_by_comp_mask_cb(IN cl_map_item_t * p_map_item, IN void *cxt) in sa_pkey_by_comp_mask_cb() argument
207 osm_pkey_search_ctxt_t *p_ctxt = cxt; in sa_pkey_by_comp_mask_cb()
H A Dosm_sa_sminfo_record.c162 static void sa_smir_by_comp_mask_cb(IN cl_map_item_t * p_map_item, IN void *cxt) in sa_smir_by_comp_mask_cb() argument
165 osm_smir_search_ctxt_t *p_ctxt = cxt; in sa_smir_by_comp_mask_cb()
H A Dosm_sa_portinfo_record.c498 static void sa_pir_by_comp_mask_cb(IN cl_map_item_t * p_map_item, IN void *cxt) in sa_pir_by_comp_mask_cb() argument
501 osm_pir_search_ctxt_t *p_ctxt = cxt; in sa_pir_by_comp_mask_cb()
H A Dosm_sa_guidinfo_record.c222 static void sa_gir_by_comp_mask_cb(IN cl_map_item_t * p_map_item, IN void *cxt) in sa_gir_by_comp_mask_cb() argument
224 const osm_gir_search_ctxt_t *p_ctxt = cxt; in sa_gir_by_comp_mask_cb()
H A Dosm_ucast_mgr.c900 IN void *cxt) in ucast_mgr_set_fwd_top() argument
902 osm_ucast_mgr_t *p_mgr = cxt; in ucast_mgr_set_fwd_top()
H A Dosm_perfmgr.c985 static void reset_node_count(cl_map_item_t * p_map_item, void *cxt) in reset_node_count() argument
994 static void reset_port_count(cl_map_item_t * p_map_item, void *cxt) in reset_port_count() argument
1000 static void reset_switch_count(cl_map_item_t * p_map_item, void *cxt) in reset_switch_count() argument
H A Dosm_state_mgr.c613 static void query_sm_info(cl_map_item_t * item, void *cxt) in query_sm_info() argument
617 osm_sm_t *sm = cxt; in query_sm_info()
H A Dosm_ucast_ftree.c3604 static int rank_root_sw_by_guid(void *cxt, uint64_t guid, char *p) in rank_root_sw_by_guid() argument
3606 struct rank_root_cxt *c = cxt; in rank_root_sw_by_guid()
3926 static int add_guid_item_to_map(void *cxt, uint64_t guid, char *p) in add_guid_item_to_map() argument
3928 cl_qmap_t *map = cxt; in add_guid_item_to_map()
/freebsd/contrib/ofed/opensm/complib/
H A Dcl_nodenamemap.c55 void *cxt,
59 static int map_name(void *cxt, uint64_t guid, char *p) in map_name() argument
61 cl_qmap_t *map = cxt; in map_name()
173 void *cxt, in parse_node_map_wrap() argument
215 if (create(cxt, guid, p)) { in parse_node_map_wrap()
226 int (*create) (void *, uint64_t, char *), void *cxt) in parse_node_map() argument
228 return parse_node_map_wrap(file_name, create, cxt, NULL, 0); in parse_node_map()
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_nodenamemap.h62 int (*create)(void *, uint64_t, char *), void *cxt);
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_cm.c57 qlnxr_ll2_complete_tx_packet(void *cxt, in qlnxr_ll2_complete_tx_packet() argument
64 struct qlnxr_dev *dev = (struct qlnxr_dev *)cxt; in qlnxr_ll2_complete_tx_packet()
91 qlnxr_ll2_complete_rx_packet(void *cxt, in qlnxr_ll2_complete_rx_packet() argument
94 struct qlnxr_dev *dev = (struct qlnxr_dev *)cxt; in qlnxr_ll2_complete_rx_packet()
148 void qlnxr_ll2_release_rx_packet(void *cxt, in qlnxr_ll2_release_rx_packet() argument
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibdiag_common.h131 int (*custom_handler) (void *cxt, int val,
H A Dibdiag_common.c382 int ibdiag_process_opts(int argc, char *const argv[], void *cxt, in ibdiag_process_opts() argument
385 int (*custom_handler) (void *cxt, int val, in ibdiag_process_opts()
415 if (custom_handler(cxt, ch, optarg) && in ibdiag_process_opts()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_opensm.h659 void *cxt);

12