Home
last modified time | relevance | path

Searched refs:hbq (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c5155 HBQ_INIT_t *hbq; in emlxs_handle_rcv_seq() local
6360 HBQ_INIT_t *hbq; in emlxs_hbq_setup() local
6446 hbq->HBQ_PutIdx = hbq->HBQ_numEntries - 1; in emlxs_hbq_setup()
6448 hbq->HBQ_PostBufCnt = hbq->HBQ_numEntries; in emlxs_hbq_setup()
6449 bzero(hbq->HBQ_PostBufs, sizeof (hbq->HBQ_PostBufs)); in emlxs_hbq_setup()
6518 HBQ_INIT_t *hbq; in emlxs_hbq_free_all() local
6591 HBQ_INIT_t *hbq; in emlxs_update_HBQ_index() local
6618 hbq->HBQ_PutIdx = in emlxs_update_HBQ_index()
6620 hbq->HBQ_numEntries) ? 0 : hbq->HBQ_PutIdx + 1; in emlxs_update_HBQ_index()
6622 if (hbq->HBQ_PutIdx == hbq->HBQ_GetIdx) { in emlxs_update_HBQ_index()
[all …]
H A Demlxs_mem.c1558 HBQ_INIT_t *hbq; in emlxs_hbq_alloc() local
1562 hbq = &hba->sli.sli3.hbq_table[hbq_id]; in emlxs_hbq_alloc()
1564 if (hbq->HBQ_host_buf.virt == 0) { in emlxs_hbq_alloc()
1569 buf_info->size = hbq->HBQ_numEntries * sizeof (HBQE_t); in emlxs_hbq_alloc()
1581 hbq->HBQ_host_buf.virt = buf_info->virt; in emlxs_hbq_alloc()
1582 hbq->HBQ_host_buf.phys = buf_info->phys; in emlxs_hbq_alloc()
1583 hbq->HBQ_host_buf.data_handle = buf_info->data_handle; in emlxs_hbq_alloc()
1584 hbq->HBQ_host_buf.dma_handle = buf_info->dma_handle; in emlxs_hbq_alloc()
1585 hbq->HBQ_host_buf.size = buf_info->size; in emlxs_hbq_alloc()
1586 hbq->HBQ_host_buf.tag = hbq_id; in emlxs_hbq_alloc()
[all …]
H A Demlxs_mbox.c2584 HBQ_INIT_t *hbq; in emlxs_mb_config_hbq() local
2590 hbq = &hba->sli.sli3.hbq_table[hbq_id]; in emlxs_mb_config_hbq()
2608 if ((hbq->HBQ_profile == 2) || (hbq->HBQ_profile == 3) || in emlxs_mb_config_hbq()
2609 (hbq->HBQ_profile == 5)) { in emlxs_mb_config_hbq()
2610 bcopy(&hbq->profiles.allprofiles, in emlxs_mb_config_hbq()
2612 sizeof (hbq->profiles)); in emlxs_mb_config_hbq()
2616 if (!hbq->HBQ_num_mask) { in emlxs_mb_config_hbq()
2621 for (i = 0; i < hbq->HBQ_num_mask; i++) { in emlxs_mb_config_hbq()
2623 hbq->HBQ_Masks[i].tmatch; in emlxs_mb_config_hbq()
2626 hbq->HBQ_Masks[i].rctlmatch; in emlxs_mb_config_hbq()
[all …]
H A Demlxs_ip.c334 HBQ_INIT_t *hbq; in emlxs_ip_handle_rcv_seq_list() local
336 hbq = &hba->sli.sli3.hbq_table[hbq_id]; in emlxs_ip_handle_rcv_seq_list()
340 if (hbqe_tag >= hbq->HBQ_numEntries) { in emlxs_ip_handle_rcv_seq_list()