Searched refs:a_len (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | action.c | 810 int *a_len, struct nfp_flower_pedit_acts *set_act, in nfp_fl_commit_mangle() argument 826 *a_len += act_size; in nfp_fl_commit_mangle() 833 *a_len += act_size; in nfp_fl_commit_mangle() 844 *a_len += act_size; in nfp_fl_commit_mangle() 855 *a_len += act_size; in nfp_fl_commit_mangle() 869 *a_len += act_size; in nfp_fl_commit_mangle() 874 *a_len += act_size; in nfp_fl_commit_mangle() 882 *a_len += act_size; in nfp_fl_commit_mangle() 890 *a_len += act_size; in nfp_fl_commit_mangle() 899 *a_len += act_size; in nfp_fl_commit_mangle() [all …]
|
| /linux/fs/fat/ |
| H A D | dir.c | 255 const unsigned char *a, int a_len, in fat_name_match() argument 258 if (a_len != b_len) in fat_name_match() 262 return !nls_strnicmp(sbi->nls_io, a, b, a_len); in fat_name_match() 264 return !memcmp(a, b, a_len); in fat_name_match()
|
| /linux/drivers/scsi/ |
| H A D | scsi_debug.c | 2497 u32 alloc_len, a_len; in resp_rsup_opcodes() local 2515 a_len = 8192; in resp_rsup_opcodes() 2517 a_len = alloc_len; in resp_rsup_opcodes() 2518 arr = kzalloc((a_len < 256) ? 320 : a_len + 64, GFP_ATOMIC); in resp_rsup_opcodes() 2528 oip->num_attached != 0xff && offset < a_len; ++oip) { in resp_rsup_opcodes() 2636 offset = (offset < a_len) ? offset : a_len; in resp_rsup_opcodes()
|