/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fp.h | 268 fc_unsol_buf_t *buf; 382 static void fp_unsol_cb(opaque_t port_handle, fc_unsol_buf_t *buf, 384 static void fp_handle_unsol_buf(fc_local_port_t *port, fc_unsol_buf_t *buf, 387 fc_unsol_buf_t *buf, job_request_t *job); 389 fc_unsol_buf_t *buf, uchar_t action, uchar_t reason, job_request_t *job); 391 fc_unsol_buf_t *buf, job_request_t *job); 392 static void fp_handle_unsol_logo(fc_local_port_t *port, fc_unsol_buf_t *buf, 394 static void fp_handle_unsol_prlo(fc_local_port_t *port, fc_unsol_buf_t *buf, 396 static void fp_unsol_resp_init(fc_packet_t *pkt, fc_unsol_buf_t *buf, 398 static void fp_i_handle_unsol_els(fc_local_port_t *port, fc_unsol_buf_t *bu [all...] |
H A D | fc_ulpif.h | 131 opaque_t port_handle, fc_unsol_buf_t *payload, 134 opaque_t port_handle, fc_unsol_buf_t *buf,
|
H A D | fc_fcaif.h | 105 fc_unsol_buf_t *buf, uint32_t type);
|
H A D | fctl.h | 281 } fc_unsol_buf_t; typedef in typeref:struct:unsolicited_buffer
|
H A D | fc_portif.h | 420 void fctl_ulp_unsol_cb(fc_local_port_t *port, fc_unsol_buf_t *buf,
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/ |
H A D | fcsm.h | 298 static int fcsm_els_cb(opaque_t, opaque_t, fc_unsol_buf_t *, uint32_t); 299 static int fcsm_data_cb(opaque_t, opaque_t, fc_unsol_buf_t *, uint32_t);
|
H A D | fcip.h | 564 fc_unsol_buf_t *buf;
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_extern.h | 141 fc_unsol_buf_t *ubp); 156 extern fc_unsol_buf_t *emlxs_ub_find(emlxs_port_t *port, 158 extern fc_unsol_buf_t *emlxs_ub_get(emlxs_port_t *port, uint32_t size, 195 extern void emlxs_swap_els_ub(fc_unsol_buf_t *ubp); 208 fc_unsol_buf_t *ubp); 378 fc_unsol_buf_t *ubp); 485 fc_unsol_buf_t *ubp, IOCBQ *iocbq);
|
H A D | emlxs_os.h | 448 fc_unsol_buf_t *ubp; 515 fc_unsol_buf_t *fc_ubufs; /* array of unsol buf */
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_ip.c | 182 fc_unsol_buf_t *ubp; 206 (fc_unsol_buf_t *)emlxs_ub_get(port, size,
|
H A D | emlxs_els.c | 1092 fc_unsol_buf_t *ubp; 1114 ubp = (fc_unsol_buf_t *)emlxs_ub_get(port, size, 1243 fc_unsol_buf_t *ubp; 1262 ubp = (fc_unsol_buf_t *)emlxs_ub_get(port, size, 1458 fc_unsol_buf_t *ubp; 1487 ubp = (fc_unsol_buf_t *)emlxs_ub_get(port, size, 1554 fc_unsol_buf_t *ubp; 1632 ubp = (fc_unsol_buf_t *)emlxs_ub_get(port, size, 1768 fc_unsol_buf_t *ubp; 1850 ubp = (fc_unsol_buf_t *)emlxs_ub_ge [all...] |
H A D | emlxs_solaris.c | 113 static void emlxs_ub_els_reject(emlxs_port_t *, fc_unsol_buf_t *); 2815 fc_unsol_buf_t *ubp; 2945 kmem_zalloc((sizeof (fc_unsol_buf_t) * (*count)), KM_SLEEP); 2951 ubp = (fc_unsol_buf_t *)&new_pool->fc_ubufs[i]; 3029 ubp = (fc_unsol_buf_t *)((unsigned long)tokens[i]); 3049 (sizeof (fc_unsol_buf_t) * new_pool->pool_nentries)); 3063 emlxs_ub_els_reject(emlxs_port_t *port, fc_unsol_buf_t *ubp) 3134 fc_unsol_buf_t *ubp; 3168 ubp = (fc_unsol_buf_t *)((unsigned long)tokens[i]); 3249 fc_unsol_buf_t *ub [all...] |
H A D | emlxs_clock.c | 1084 fc_unsol_buf_t *ubp; 1101 ubp = (fc_unsol_buf_t *)&ulistp->fc_ubufs[i];
|
H A D | emlxs_mbox.c | 2973 fc_unsol_buf_t *mbox_ubp; 2999 mbox_ubp = (fc_unsol_buf_t *)mbox_mbq->ubp; 3078 fc_unsol_buf_t *ubp, IOCBQ *iocbq)
|
H A D | emlxs_sli3.c | 144 emlxs_buf_t *sbp, fc_unsol_buf_t *ubp, 149 fc_unsol_buf_t *ubp, IOCBQ *iocbq); 6824 ub_priv = ((fc_unsol_buf_t *)mbq->ubp)->ub_fca_private; 6930 emlxs_buf_t *sbp, fc_unsol_buf_t *ubp, IOCBQ *iocbq) 7055 fc_unsol_buf_t *ubp, IOCBQ *iocbq)
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/ |
H A D | fcoei.h | 238 fc_unsol_buf_t *xch_ub;
|
H A D | fcoei_lv.c | 429 fc_unsol_buf_t *ub = *((fc_unsol_buf_t **)tokens); 437 kmem_free(ub, sizeof (fc_unsol_buf_t)); 740 ((fc_unsol_buf_t *)fpkt->pkt_ub_resp_token)->ub_buffer[0];
|
H A D | fcoei_eth.c | 354 fc_unsol_buf_t *ub; 367 ub = (fc_unsol_buf_t *)kmem_zalloc(sizeof (fc_unsol_buf_t), KM_SLEEP);
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_iocb.c | 1300 fc_unsol_buf_t *ubp; 1426 fc_unsol_buf_t *ubp;
|
H A D | ql_api.c | 103 fc_unsol_buf_t *); 1864 fc_unsol_buf_t *ubp = ha->ub_array[index]; 3246 fc_unsol_buf_t *ubp; 3293 ubp = (fc_unsol_buf_t *)kmem_zalloc(sizeof (fc_unsol_buf_t), 3301 kmem_free(ubp, sizeof (fc_unsol_buf_t)); 3312 sizeof (fc_unsol_buf_t)); 3326 sizeof (fc_unsol_buf_t)); 3339 sizeof (fc_unsol_buf_t)); 3503 fc_unsol_buf_t *ub [all...] |
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcip.c | 197 fc_unsol_buf_t *buf, uint32_t claimed); 199 fc_unsol_buf_t *payload, uint32_t claimed); 280 static void fcip_cache_arp_broadcast(struct fcip *ftpr, fc_unsol_buf_t *buf); 2515 fc_unsol_buf_t *buf, uint32_t claimed) 2820 fc_unsol_buf_t *buf, uint32_t claimed) 3123 fcip_cache_arp_broadcast(struct fcip *fptr, fc_unsol_buf_t *buf) 3264 fc_unsol_buf_t *ubuf;
|
H A D | fcp.c | 358 fc_unsol_buf_t *buf, uint32_t claimed); 360 fc_unsol_buf_t *buf, uint32_t claimed); 438 static void fcp_unsol_resp_init(fc_packet_t *pkt, fc_unsol_buf_t *buf, 440 static int fcp_unsol_prli(struct fcp_port *pptr, fc_unsol_buf_t *buf); 4213 fcp_els_callback(opaque_t ulph, opaque_t port_handle, fc_unsol_buf_t *buf, 4266 fcp_data_callback(opaque_t ulph, opaque_t port_handle, fc_unsol_buf_t *buf, 5570 fcp_unsol_resp_init(fc_packet_t *pkt, fc_unsol_buf_t *buf, 5593 fcp_unsol_prli(struct fcp_port *pptr, fc_unsol_buf_t *buf)
|
H A D | fcsm.c | 1392 fcsm_els_cb(opaque_t ulph, opaque_t port_handle, fc_unsol_buf_t *buf, 1401 fcsm_data_cb(opaque_t ulph, opaque_t port_handle, fc_unsol_buf_t *buf,
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_api.h | 1502 fc_unsol_buf_t **ub_array; 2199 fc_unsol_buf_t *ql_get_unsolicited_buffer(ql_adapter_state_t *, uint32_t);
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fp.c | 2801 (fc_unsol_buf_t *)job->job_private, job); 10672 fp_unsol_cb(opaque_t port_handle, fc_unsol_buf_t *buf, uint32_t type) 10965 fp_handle_unsol_buf(fc_local_port_t *port, fc_unsol_buf_t *buf, 11159 fp_ba_rjt_init(fc_local_port_t *port, fp_cmd_t *cmd, fc_unsol_buf_t *buf, 11194 fp_els_rjt_init(fc_local_port_t *port, fp_cmd_t *cmd, fc_unsol_buf_t *buf, 11245 fc_unsol_buf_t *buf, job_request_t *job, int sleep) 11298 fp_els_acc_init(fc_local_port_t *port, fp_cmd_t *cmd, fc_unsol_buf_t *buf, 11356 fp_handle_unsol_prlo(fc_local_port_t *port, fc_unsol_buf_t *buf, 11486 fp_handle_unsol_logo(fc_local_port_t *port, fc_unsol_buf_t *buf, 11635 fp_unsol_resp_init(fc_packet_t *pkt, fc_unsol_buf_t *bu [all...] |