Searched refs:conn_num (Results 1 – 6 of 6) sorted by relevance
152 __u16 conn_num; member
822 u32 conn_num, total_size, ent_per_page, psz, i; in qed_cxt_src_t2_alloc() local839 conn_num = src_iids.pf_cids + src_iids.per_vf_cids * p_mngr->vf_count; in qed_cxt_src_t2_alloc()840 total_size = conn_num * sizeof(struct src_ent); in qed_cxt_src_t2_alloc()867 p_t2_last_page = &p_t2->dma_mem[(conn_num - 1) / ent_per_page]; in qed_cxt_src_t2_alloc()869 ((conn_num - 1) & (ent_per_page - 1)) * sizeof(struct src_ent); in qed_cxt_src_t2_alloc()874 conn_num); in qed_cxt_src_t2_alloc()890 conn_num -= ent_num; in qed_cxt_src_t2_alloc()1633 u32 rounded_conn_num, conn_num, conn_max; in qed_src_init_pf() local1638 conn_num = src_iids.pf_cids + src_iids.per_vf_cids * p_mngr->vf_count; in qed_src_init_pf()1639 if (!conn_num) in qed_src_init_pf()[all …]
1611 if (!req.conn_num || req.conn_num > (PAGE_SIZE * 2) / sizeof(*ci)) in hci_get_conn_list()1614 size = sizeof(req) + req.conn_num * sizeof(*ci); in hci_get_conn_list()1636 if (++n >= req.conn_num) in hci_get_conn_list()1642 cl->conn_num = n; in hci_get_conn_list()
4351 int cnt, q, conn_num = 0; in hci_chan_sent() local4366 conn_num++; in hci_chan_sent()4392 if (hci_conn_num(hdev, type) == conn_num) in hci_chan_sent()
1935 slot_layout_info->num_of_connectors = record->conn_num; in update_slot_layout_info()
868 uint8_t conn_num; member