Searched defs:conn_id (Results 1 - 10 of 10) sorted by relevance

/drivers/hv/
H A Dconnection.c285 union hv_connection_id conn_id; local
289 conn_id.asu32 = 0;
290 conn_id.u.id = VMBUS_MESSAGE_CONNECTION_ID;
298 ret = hv_post_message(conn_id, 1, buffer, buflen);
/drivers/scsi/bnx2fc/
H A Dbnx2fc_tgt.c26 static void bnx2fc_free_conn_id(struct bnx2fc_hba *hba, u32 conn_id);
54 * port will be logged off, and conn_id, session
339 BNX2FC_TGT_DBG(tgt, "init_tgt - conn_id = 0x%x\n", tgt->fcoe_conn_id);
588 u32 conn_id, next; local
600 conn_id = hba->next_conn_id++;
604 while (hba->tgt_ofld_list[conn_id] != NULL) {
605 conn_id++;
606 if (conn_id == BNX2FC_NUM_MAX_SESS)
607 conn_id = 0;
609 if (conn_id
621 bnx2fc_free_conn_id(struct bnx2fc_hba *hba, u32 conn_id) argument
[all...]
H A Dbnx2fc_hwi.c181 u16 conn_id; local
191 conn_id = (u16)tgt->fcoe_conn_id;
192 ofld_req1.fcoe_conn_id = conn_id;
403 enbl_req.conn_id = tgt->fcoe_conn_id;
461 disable_req.conn_id = tgt->fcoe_conn_id;
496 destroy_req.conn_id = tgt->fcoe_conn_id;
1096 u32 conn_id = new_cqe_kcqe->fcoe_conn_id; local
1097 struct bnx2fc_rport *tgt = hba->tgt_ofld_list[conn_id];
1100 printk(KERN_ERR PFX "conn_id 0x%x not valid\n", conn_id);
1122 u32 conn_id; local
1183 u32 conn_id; local
1230 u32 conn_id; local
1259 u32 conn_id; local
[all...]
H A D57xx_hsi_bnx2fc.h493 __le32 conn_id; member in struct:fcoe_kwqe_conn_enable_disable
504 __le32 conn_id; member in struct:fcoe_kwqe_conn_destroy
/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c546 u16 igp_lane_info, conn_id, connector_object_id; local
831 conn_id = le16_to_cpu(path->usConnObjectId);
835 &ddc_bus, &conn_id, &hpd))
839 conn_id,
/drivers/infiniband/core/
H A Dcma.c1195 struct rdma_id_private *listen_id, *conn_id; local
1210 conn_id = cma_new_udp_id(&listen_id->id, ib_event);
1215 conn_id = cma_new_conn_id(&listen_id->id, ib_event);
1219 if (!conn_id) {
1224 mutex_lock_nested(&conn_id->handler_mutex, SINGLE_DEPTH_NESTING);
1225 ret = cma_acquire_dev(conn_id);
1229 conn_id->cm_id.ib = cm_id;
1230 cm_id->context = conn_id;
1234 * Protect against the user destroying conn_id from another thread
1237 atomic_inc(&conn_id
1390 struct rdma_id_private *listen_id, *conn_id; local
[all...]
/drivers/scsi/qla4xxx/
H A Dql4_os.c4521 uint16_t conn_id = 0; local
4537 &conn_err, NULL, &conn_id);
4606 uint16_t conn_id = 0; local
4639 cls_conn = iscsi_conn_setup(cls_sess, sizeof(struct qla_conn), conn_id);
4687 uint16_t conn_id = 0; local
4703 &conn_err, NULL, &conn_id);
/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic.h344 __le16 conn_id; /* IPSec offoad only */ member in struct:cmd_desc_type0
/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic.h184 __le16 conn_id; /* IPSec offoad only */ member in struct:cmd_desc_type0
/drivers/net/ethernet/broadcom/
H A Dcnic_defs.h81 u32 conn_id; member in struct:l4_kcq
2808 __le32 conn_id; member in struct:fcoe_kwqe_conn_enable_disable
2819 __le32 conn_id; member in struct:fcoe_kwqe_conn_destroy

Completed in 235 milliseconds