Lines Matching refs:blen

875 	char *buf, size_t blen)  in decode_sdma_errs()  argument
902 bidx += snprintf(buf + bidx, blen - bidx, in decode_sdma_errs()
913 int ipath_decode_err(struct ipath_devdata *dd, char *buf, size_t blen, in ipath_decode_err() argument
923 strlcat(buf, "EBP ", blen); in ipath_decode_err()
925 strlcat(buf, "VCRC ", blen); in ipath_decode_err()
927 strlcat(buf, "CRC ", blen); in ipath_decode_err()
932 strlcat(buf, "rshortpktlen ", blen); in ipath_decode_err()
934 strlcat(buf, "sdroppeddatapkt ", blen); in ipath_decode_err()
936 strlcat(buf, "spktlen ", blen); in ipath_decode_err()
940 strlcat(buf, "CRC ", blen); in ipath_decode_err()
945 strlcat(buf, "rhdrlen ", blen); in ipath_decode_err()
947 strlcat(buf, "rbadtid ", blen); in ipath_decode_err()
949 strlcat(buf, "rbadversion ", blen); in ipath_decode_err()
951 strlcat(buf, "rhdr ", blen); in ipath_decode_err()
953 strlcat(buf, "sendspecialtrigger ", blen); in ipath_decode_err()
955 strlcat(buf, "rlongpktlen ", blen); in ipath_decode_err()
957 strlcat(buf, "rmaxpktlen ", blen); in ipath_decode_err()
959 strlcat(buf, "rminpktlen ", blen); in ipath_decode_err()
961 strlcat(buf, "sminpktlen ", blen); in ipath_decode_err()
963 strlcat(buf, "rformaterr ", blen); in ipath_decode_err()
965 strlcat(buf, "runsupvl ", blen); in ipath_decode_err()
967 strlcat(buf, "runexpchar ", blen); in ipath_decode_err()
969 strlcat(buf, "ribflow ", blen); in ipath_decode_err()
971 strlcat(buf, "sunderrun ", blen); in ipath_decode_err()
973 strlcat(buf, "spioarmlaunch ", blen); in ipath_decode_err()
975 strlcat(buf, "sunexperrpktnum ", blen); in ipath_decode_err()
977 strlcat(buf, "sdroppedsmppkt ", blen); in ipath_decode_err()
979 strlcat(buf, "smaxpktlen ", blen); in ipath_decode_err()
981 strlcat(buf, "sunsupVL ", blen); in ipath_decode_err()
983 strlcat(buf, "invalidaddr ", blen); in ipath_decode_err()
985 strlcat(buf, "rcvegrfull ", blen); in ipath_decode_err()
987 strlcat(buf, "rcvhdrfull ", blen); in ipath_decode_err()
989 strlcat(buf, "ibcstatuschg ", blen); in ipath_decode_err()
991 strlcat(buf, "riblostlink ", blen); in ipath_decode_err()
993 strlcat(buf, "hardware ", blen); in ipath_decode_err()
995 strlcat(buf, "reset ", blen); in ipath_decode_err()
997 decode_sdma_errs(dd, err, buf, blen); in ipath_decode_err()
999 strlcat(buf, "invalideepromcmd ", blen); in ipath_decode_err()