Lines Matching defs:node

1364 	/* Initialize the base node */
2200 sbp->node = NULL;
2680 sbp->node, sbp);
2684 sbp->node, sbp->lun, sbp);
2688 emlxs_node_open(port, sbp->node, hba->channel_fcp);
2701 emlxs_node_open(port, sbp->node, hba->channel_fcp);
2715 sbp->node, sbp);
2719 sbp->node, sbp->lun, sbp);
2731 emlxs_node_open(port, sbp->node, hba->channel_fcp);
3437 nlp = (NODELIST *)sbp->node;
3588 /* Check if node still needs servicing */
3594 * If this is the base node,
3597 /* We want to drain the base node before moving on */
3600 /* pointers to next node */
3605 /* Remove node from channel queue */
3607 /* If this is the only node on list */
3621 * previous node in the circular channel queue
3639 /* Clear node */
3672 emlxs_create_abort_xri_cn(port, sbp->node,
3683 emlxs_create_close_xri_cn(port, sbp->node,
4933 emlxs_node_t *node;
4967 node = port->node_table[i];
4968 while (node != NULL) {
4969 node->io_throttle = desc->throttle;
4976 (uint8_t *)&node->nlp_portname),
4977 node->io_throttle);
4979 node = (NODELIST *)node->nlp_list_next;
4986 node = port->node_table[i];
4987 while (node != NULL) {
4988 if (!(node->nlp_fcp_info &
4990 node = (NODELIST *)
4991 node->nlp_list_next;
4995 node->io_throttle = desc->throttle;
5002 (uint8_t *)&node->nlp_portname),
5003 node->io_throttle);
5005 node = (NODELIST *)node->nlp_list_next;
5013 node = port->node_table[i];
5014 while (node != NULL) {
5015 if (bcmp((caddr_t)&node->nlp_portname,
5017 node = (NODELIST *)
5018 node->nlp_list_next;
5022 node->io_throttle = desc->throttle;
5029 (uint8_t *)&node->nlp_portname),
5030 node->io_throttle);
5047 emlxs_node_t *node;
5089 node = port->node_table[i];
5090 while (node != NULL) {
5091 if ((node->nlp_DID & 0xFFF000) ==
5093 node = (NODELIST *)
5094 node->nlp_list_next;
5098 bcopy((uint8_t *)&node->nlp_portname,
5100 desc[j].throttle = node->io_throttle;
5115 node = (NODELIST *)node->nlp_list_next;
7362 /* Create the device node. */
7366 "Unable to create device node.");
8529 sbp->node = (void *)ndlp;
8572 /* Find target node object */
8597 iocbq->node = (void *) ndlp;
8638 /* Close the node for any further normal IO */
8730 sbp->node = (void *)ndlp;
8843 ndlp = sbp->node;
8849 /* Make sure node is still active */
8888 ndlp = sbp->node;
8894 /* Make sure node is still active */
8939 /* Check if node exists */
8983 iocbq->node = (void *)ndlp;
9000 sbp->node = (void *)ndlp;
9053 /* Check node */
9162 /* If an ADISC is being sent and we have no node, */
9202 iocbq->node = (void *)ndlp;
9286 sbp->node = (void *)ndlp;
9299 /* Check node */
9304 /* Make sure fabric node is destroyed */
9325 /* Close the node for any further normal IO */
9346 * Close the node for any further FCP IO;
9536 * then close affected node
9691 iocbq->node = (void *)NULL;
9709 sbp->node = (void *) NULL;
9750 /* Close the node for any further normal IO */
9770 /* Close the node for any further normal IO */
9790 /* Close the node for any further normal IO */
9811 /* Close the node for any further normal IO */
9872 iocbq->node = (void *) ndlp;
9919 sbp->node = (void *) ndlp;
9969 iocbq->node = (void *)ndlp;
9987 sbp->node = (void *)ndlp;
10090 sbp->node = NULL;