Lines Matching refs:cmdlen
3781 int cmdlen = sizeof(uint32_t); /* start with length of msgcode */ in fc_bsg_host_dispatch() local
3787 cmdlen += sizeof(struct fc_bsg_host_add_rport); in fc_bsg_host_dispatch()
3791 cmdlen += sizeof(struct fc_bsg_host_del_rport); in fc_bsg_host_dispatch()
3795 cmdlen += sizeof(struct fc_bsg_host_els); in fc_bsg_host_dispatch()
3805 cmdlen += sizeof(struct fc_bsg_host_ct); in fc_bsg_host_dispatch()
3815 cmdlen += sizeof(struct fc_bsg_host_vendor); in fc_bsg_host_dispatch()
3830 if (job->request_len < cmdlen) { in fc_bsg_host_dispatch()
3880 int cmdlen = sizeof(uint32_t); /* start with length of msgcode */ in fc_bsg_rport_dispatch() local
3886 cmdlen += sizeof(struct fc_bsg_rport_els); in fc_bsg_rport_dispatch()
3890 cmdlen += sizeof(struct fc_bsg_rport_ct); in fc_bsg_rport_dispatch()
3905 if (job->request_len < cmdlen) { in fc_bsg_rport_dispatch()