lcs_ipm_list       61 drivers/s390/net/lcs.c static int lcs_send_delipm(struct lcs_card *, struct lcs_ipm_list *);
lcs_ipm_list      434 drivers/s390/net/lcs.c 	struct lcs_ipm_list *ipm;
lcs_ipm_list      442 drivers/s390/net/lcs.c 				 struct lcs_ipm_list, list);
lcs_ipm_list      993 drivers/s390/net/lcs.c lcs_send_setipm(struct lcs_card *card,struct lcs_ipm_list *ipm_list)
lcs_ipm_list     1017 drivers/s390/net/lcs.c lcs_send_delipm(struct lcs_card *card,struct lcs_ipm_list *ipm_list)
lcs_ipm_list     1084 drivers/s390/net/lcs.c 	struct lcs_ipm_list *ipm, *tmp;
lcs_ipm_list     1150 drivers/s390/net/lcs.c 	struct lcs_ipm_list *ipm;
lcs_ipm_list     1157 drivers/s390/net/lcs.c 		ipm = list_entry(l, struct lcs_ipm_list, list);
lcs_ipm_list     1172 drivers/s390/net/lcs.c static struct lcs_ipm_list *lcs_check_addr_entry(struct lcs_card *card,
lcs_ipm_list     1176 drivers/s390/net/lcs.c 	struct lcs_ipm_list *tmp, *ipm = NULL;
lcs_ipm_list     1183 drivers/s390/net/lcs.c 		tmp = list_entry(l, struct lcs_ipm_list, list);
lcs_ipm_list     1200 drivers/s390/net/lcs.c 	struct lcs_ipm_list *ipm;
lcs_ipm_list     1211 drivers/s390/net/lcs.c 		ipm = kzalloc(sizeof(struct lcs_ipm_list), GFP_ATOMIC);