Lines Matching refs:cmdlen
4092 int cmdlen = sizeof(uint32_t); /* start with length of msgcode */ in fc_bsg_host_dispatch() local
4096 if (job->request_len < cmdlen) { in fc_bsg_host_dispatch()
4104 cmdlen += sizeof(struct fc_bsg_host_add_rport); in fc_bsg_host_dispatch()
4108 cmdlen += sizeof(struct fc_bsg_host_del_rport); in fc_bsg_host_dispatch()
4112 cmdlen += sizeof(struct fc_bsg_host_els); in fc_bsg_host_dispatch()
4122 cmdlen += sizeof(struct fc_bsg_host_ct); in fc_bsg_host_dispatch()
4132 cmdlen += sizeof(struct fc_bsg_host_vendor); in fc_bsg_host_dispatch()
4185 int cmdlen = sizeof(uint32_t); /* start with length of msgcode */ in fc_bsg_rport_dispatch() local
4189 if (job->request_len < cmdlen) { in fc_bsg_rport_dispatch()
4197 cmdlen += sizeof(struct fc_bsg_rport_els); in fc_bsg_rport_dispatch()
4201 cmdlen += sizeof(struct fc_bsg_rport_ct); in fc_bsg_rport_dispatch()