Searched refs:port_qplist (Results 1 – 3 of 3) sorted by relevance
1391 entry = hcap->hca_port_info[port_no-1].port_qplist; in ibcm_find_qp()1424 entry->qp_next = hcap->hca_port_info[port_no-1].port_qplist; in ibcm_find_qp()1425 hcap->hca_port_info[port_no-1].port_qplist = entry; in ibcm_find_qp()1504 entry = hcap->hca_port_info[port_no-1].port_qplist; in ibcm_free_allqps()1513 hcap->hca_port_info[port_no-1].port_qplist = entry; in ibcm_free_allqps()1515 hcap->hca_port_info[port_no-1].port_qplist = NULL; in ibcm_free_allqps()
152 _NOTE(MUTEX_PROTECTS_DATA(ibcm_qp_list_lock, ibcm_port_info_s::{port_qplist}))
891 ibcm_qp_list_t *port_qplist; member