Searched refs:len_list (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/arm64/arm64/ |
| H A D | vfp.c | 894 u_int *len_list; in sve_init() local 902 len_list = malloc(sizeof(*len_list) * (mp_maxid + 1), M_TEMP, in sve_init() 904 smp_rendezvous(NULL, sve_pcpu_read, NULL, len_list); in sve_init() 909 printf("CPU%d SVE vector length: %u\n", i, len_list[i]); in sve_init() 910 sve_max_vector_len = MIN(sve_max_vector_len, len_list[i]); in sve_init() 912 free(len_list, M_TEMP); in sve_init()
|
| /freebsd/sys/dev/qlnx/qlnxe/ |
| H A D | eth_common.h | 278 __le16 len_list[ETH_TPA_CQE_CONT_LEN_LIST_SIZE] /* List of the segment sizes */; member 298 __le16 len_list[ETH_TPA_CQE_END_LEN_LIST_SIZE] /* List of the segment sizes */; member
|
| H A D | qlnx_os.c | 4122 cqe->len_list[0], cqe->len_list[1], cqe->len_list[2], in qlnx_tpa_cont() 4123 cqe->len_list[3], cqe->len_list[4], cqe->len_list[5]); in qlnx_tpa_cont() 4136 if (cqe->len_list[i] == 0) in qlnx_tpa_cont() 4189 mpc->m_len = cqe->len_list[i]; in qlnx_tpa_cont() 4245 cqe->len_list[0], cqe->len_list[1], cqe->len_list[2], in qlnx_tpa_end() 4246 cqe->len_list[3]); in qlnx_tpa_end() 4260 if (cqe->len_list[i] == 0) in qlnx_tpa_end() 4315 mpc->m_len = cqe->len_list[i]; in qlnx_tpa_end()
|