Searched refs:md_len (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | diag.c | 1477 u32 md_len) in allocate_snoop_packet() argument 1483 + md_len, in allocate_snoop_packet() 1513 u32 md_len = 0; in snoop_recv_handler() local 1543 md_len = sizeof(struct capture_md); in snoop_recv_handler() 1548 md_len); in snoop_recv_handler() 1555 if (md_len > 0) { in snoop_recv_handler() 1560 memcpy(s_packet->data, &md, md_len); in snoop_recv_handler() 1565 memcpy(s_packet->data + md_len, hdr, header_size); in snoop_recv_handler() 1580 memcpy(s_packet->data + header_size + md_len, data, in snoop_recv_handler() 1583 s_packet->total_len = tlen + md_len; in snoop_recv_handler() [all …]
|
/linux-4.4.14/fs/cifs/ |
D | cifs_dfs_ref.c | 145 int md_len; in cifs_compose_mount_options() local 177 md_len = strlen(sb_mountdata) + INET6_ADDRSTRLEN; in cifs_compose_mount_options() 178 mountdata = kzalloc(md_len + 1, GFP_KERNEL); in cifs_compose_mount_options() 215 mountdata[md_len] = '\0'; in cifs_compose_mount_options()
|
/linux-4.4.14/drivers/scsi/ |
D | scsi_debug.c | 2164 int pf, sp, ps, md_len, bd_len, off, spf, pg_len; in resp_mode_select() local 2186 md_len = mselect6 ? (arr[0] + 1) : ((arr[0] << 8) + arr[1] + 2); in resp_mode_select() 2188 if (md_len > 2) { in resp_mode_select()
|