/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_hw.h | 464 typedef int32_t (*ocs_hw_done_t)(struct ocs_hw_io_s *, ocs_remote_node_t *, uint32_t len, int32_t s… 566 ocs_remote_node_t *rnode; 1271 extern ocs_hw_rtn_e ocs_hw_node_alloc(ocs_hw_t *, ocs_remote_node_t *, uint32_t, ocs_sli_port_t *); 1273 extern ocs_hw_rtn_e ocs_hw_node_attach(ocs_hw_t *, ocs_remote_node_t *, ocs_dma_t *); 1274 extern ocs_hw_rtn_e ocs_hw_node_detach(ocs_hw_t *, ocs_remote_node_t *); 1275 extern ocs_hw_rtn_e ocs_hw_node_free_resources(ocs_hw_t *, ocs_remote_node_t *); 1277 … ocs_hw_rtn_e ocs_hw_node_group_attach(ocs_hw_t *, ocs_remote_node_group_t *, ocs_remote_node_t *); 1283 typedef int32_t (*ocs_hw_srrs_cb_t)(ocs_hw_io_t *io, ocs_remote_node_t *rnode, uint32_t length, int… 1284 …cs_hw_io_type_e, ocs_hw_io_t *, ocs_dma_t *, uint32_t, ocs_dma_t *, ocs_remote_node_t *, ocs_hw_io… 1285 … *, ocs_hw_io_type_e, ocs_hw_io_t *, uint32_t, ocs_hw_io_param_t *, ocs_remote_node_t *, void *, v… [all …]
|
H A D | ocs_common.h | 81 typedef struct ocs_remote_node_s ocs_remote_node_t; typedef 336 ocs_remote_node_t rnode; /**< Remote node */
|
H A D | sli4.h | 5589 …_dma_t *, uint8_t, uint32_t, uint32_t, uint8_t, uint16_t, uint16_t, uint16_t, ocs_remote_node_t *); 5590 …ma_t *, uint32_t, uint32_t, uint16_t, uint16_t, uint16_t, uint32_t, ocs_remote_node_t *, uint8_t, … 5591 …nt32_t, uint32_t, uint32_t, uint16_t, uint16_t, uint16_t, uint32_t, ocs_remote_node_t *, uint8_t, … 5592 …void *, size_t, ocs_dma_t *, uint16_t, uint16_t, uint16_t, uint32_t, ocs_remote_node_t *, uint8_t); 5594 …nt32_t, uint32_t, uint16_t, uint16_t, uint16_t, uint16_t, uint32_t, ocs_remote_node_t *, uint32_t,… 5595 …ma_t *, uint32_t, uint16_t, uint16_t, uint16_t, uint16_t, uint32_t, ocs_remote_node_t *, uint32_t,… 5596 …nt32_t, uint32_t, uint16_t, uint16_t, uint16_t, uint16_t, uint32_t, ocs_remote_node_t *, uint32_t,… 5597 …nt32_t, uint16_t, uint16_t, uint16_t, uint16_t, uint16_t, uint32_t, ocs_remote_node_t *, uint32_t,… 5598 …_dma_t *, uint32_t, uint32_t,uint8_t, uint16_t, uint16_t, uint16_t, ocs_remote_node_t *, uint8_t, … 5602 …ze_t, ocs_dma_t *, uint32_t, uint8_t, uint16_t, uint16_t, uint16_t, ocs_remote_node_t *, uint8_t, … [all …]
|
H A D | ocs_els.c | 60 static int32_t ocs_els_acc_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, int32_t … 62 static int32_t ocs_bls_send_acc_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, 452 ocs_els_req_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, int32_t status, uint32_… in ocs_els_req_cb() 545 ocs_els_acc_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, int32_t status, uint32_… in ocs_els_acc_cb() 1960 ocs_bls_send_acc_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, int32_t status, ui… in ocs_bls_send_acc_cb() 1987 ocs_els_abort_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, int32_t status, uint3… in ocs_els_abort_cb() 2675 ocs_ct_acc_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, int32_t status, uint32_t… in ocs_ct_acc_cb()
|
H A D | ocs_scsi.c | 72 static int32_t ocs_scsi_abort_io_cb(struct ocs_hw_io_s *hio, ocs_remote_node_t *rnode, uint32_t len… 316 ocs_target_io_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, in ocs_target_io_cb() 1846 ocs_target_abort_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, int32_t status, ui… in ocs_target_abort_cb() 1992 ocs_target_bls_resp_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, int32_t status,… in ocs_target_bls_resp_cb() 2119 ocs_initiator_io_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, in ocs_initiator_io_cb() 2665 ocs_scsi_abort_io_cb(struct ocs_hw_io_s *hio, ocs_remote_node_t *rnode, uint32_t len, int32_t statu… in ocs_scsi_abort_io_cb()
|
H A D | sli4.c | 6602 uint16_t xri, uint16_t tag, uint16_t cq_id, ocs_remote_node_t *rnode) in sli_els_request64_wqe() 6772 uint32_t rpi, ocs_remote_node_t *rnode, uint8_t timeout) in sli_fcp_icmnd64_wqe() 6856 uint32_t rpi, ocs_remote_node_t *rnode, in sli_fcp_iread64_wqe() 6960 uint32_t rpi, ocs_remote_node_t *rnode, in sli_fcp_iwrite64_wqe() 7069 … uint16_t xid, uint32_t rpi, ocs_remote_node_t *rnode, uint32_t flags, uint8_t dif, uint8_t bs, in sli_fcp_treceive64_wqe() 7207 uint16_t cq_id, uint16_t xid, uint32_t rpi, ocs_remote_node_t *rnode, uint32_t flags, in sli_fcp_cont_treceive64_wqe() 7249 … uint16_t xri, uint16_t tag, uint16_t cq_id, uint16_t xid, uint32_t rpi, ocs_remote_node_t *rnode, in sli_fcp_trsp64_wqe() 7350 … uint16_t xri, uint16_t tag, uint16_t cq_id, uint16_t xid, uint32_t rpi, ocs_remote_node_t *rnode, in sli_fcp_tsend64_wqe() 7482 uint16_t xri, uint16_t tag, uint16_t cq_id, ocs_remote_node_t *rnode, in sli_gen_request64_wqe() 7647 uint16_t xri, uint16_t tag, ocs_remote_node_t *rnode, in sli_xmit_sequence64_wqe() [all …]
|
H A D | ocs_unsol.c | 115 ocs_unsol_abort_cb (ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t len, int32_t status, uint3… in ocs_unsol_abort_cb()
|
H A D | ocs_hw.c | 2946 ocs_hw_node_alloc(ocs_hw_t *hw, ocs_remote_node_t *rnode, uint32_t fc_addr, in ocs_hw_node_alloc() 2990 ocs_hw_node_attach(ocs_hw_t *hw, ocs_remote_node_t *rnode, ocs_dma_t *sparms) in ocs_hw_node_attach() 3073 ocs_hw_node_free_resources(ocs_hw_t *hw, ocs_remote_node_t *rnode) in ocs_hw_node_free_resources() 3116 ocs_hw_node_detach(ocs_hw_t *hw, ocs_remote_node_t *rnode) in ocs_hw_node_detach() 3254 ocs_hw_node_group_attach(ocs_hw_t *hw, ocs_remote_node_group_t *ngroup, ocs_remote_node_t *rnode) in ocs_hw_node_group_attach() 3839 ocs_remote_node_t *rnode, ocs_hw_io_param_t *iparam, in ocs_hw_srrs_send() 4050 uint32_t len, ocs_hw_io_param_t *iparam, ocs_remote_node_t *rnode, in ocs_hw_io_send() 9385 ocs_remote_node_t *rnode = arg; in ocs_hw_cb_node_attach() 9413 ocs_remote_node_t *rnode = arg; in ocs_hw_cb_node_free()
|
H A D | ocs_node.c | 116 ocs_remote_node_t *rnode = data; in ocs_remote_node_cb()
|