Home
last modified time | relevance | path

Searched refs:hbqe_tag (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_ip.c309 uint32_t hbqe_tag; in emlxs_ip_handle_rcv_seq_list() local
331 hbqe_tag = hbqE->unt.ext.HBQE_tag; in emlxs_ip_handle_rcv_seq_list()
340 if (hbqe_tag >= hbq->HBQ_numEntries) { in emlxs_ip_handle_rcv_seq_list()
344 [hbq_id].HBQ_PostBufs[hbqe_tag]; in emlxs_ip_handle_rcv_seq_list()
H A Demlxs_sli3.c5157 uint32_t hbqe_tag; in emlxs_handle_rcv_seq() local
5164 hbqe_tag = hbqE->unt.ext.HBQE_tag; in emlxs_handle_rcv_seq()
5168 if (hbqe_tag >= hbq->HBQ_numEntries) { in emlxs_handle_rcv_seq()
5170 "Invalid HBQE iotag=%d:", hbqe_tag); in emlxs_handle_rcv_seq()
5174 mp = hba->sli.sli3.hbq_table[hbq_id].HBQ_PostBufs[hbqe_tag]; in emlxs_handle_rcv_seq()