pp_map           1955 drivers/net/ethernet/qlogic/qed/qed_cxt.c 				      struct qed_cid_acquired_map **pp_map)
pp_map           1963 drivers/net/ethernet/qlogic/qed/qed_cxt.c 			*pp_map = &p_mngr->acquired[*p_type];
pp_map           1965 drivers/net/ethernet/qlogic/qed/qed_cxt.c 			*pp_map = &p_mngr->acquired_vf[*p_type][vfid];
pp_map           1967 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		if (!((*pp_map)->cid_map))
pp_map           1969 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		if (cid >= (*pp_map)->start_cid &&
pp_map           1970 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		    cid < (*pp_map)->start_cid + (*pp_map)->max_count)
pp_map           1979 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	rel_cid = cid - (*pp_map)->start_cid;
pp_map           1980 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	if (!test_bit(rel_cid, (*pp_map)->cid_map)) {
pp_map           1989 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	*pp_map = NULL;