Lines Matching defs:format
577 * proper format as SGEs in the given MPI request.
631 * mpi3mr_get_nvme_data_fmt - returns the NVMe data format
634 * This function returns the type of the data format specified
637 * Return: Data format of the NVMe command (PRP/SGL etc)
642 u8 format = 0;
644 format = ((nvme_encap_request->command[0] & 0xc000) >> 14);
645 return format;
658 * proper format as SGEs in the given NVMe encapsulated request.
716 * proper format as PRP entries in the given NVMe encapsulated
1232 "%s:invalid NVMe command format\n", __func__);