Searched refs:p_entry (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/wireless/iwlwifi/ |
D | iwl-devtrace-ucode.h | 56 TP_PROTO(const struct device *dev, u32 wraps, u32 n_entry, u32 p_entry), 57 TP_ARGS(dev, wraps, n_entry, p_entry), 63 __field(u32, p_entry) 69 __entry->p_entry = p_entry; 73 __entry->p_entry)
|
/linux-4.4.14/drivers/scsi/qla4xxx/ |
D | ql4_83xx.c | 916 struct qla4_83xx_entry *p_entry; in qla4_83xx_write_list() local 919 p_entry = (struct qla4_83xx_entry *) in qla4_83xx_write_list() 922 for (i = 0; i < p_hdr->count; i++, p_entry++) { in qla4_83xx_write_list() 923 qla4_83xx_wr_reg_indirect(ha, p_entry->arg1, p_entry->arg2); in qla4_83xx_write_list() 932 struct qla4_83xx_entry *p_entry; in qla4_83xx_read_write_list() local 935 p_entry = (struct qla4_83xx_entry *) in qla4_83xx_read_write_list() 938 for (i = 0; i < p_hdr->count; i++, p_entry++) { in qla4_83xx_read_write_list() 939 qla4_83xx_read_write_crb_reg(ha, p_entry->arg1, p_entry->arg2); in qla4_83xx_read_write_list() 949 struct qla4_83xx_entry *p_entry; in qla4_83xx_poll_list() local 959 p_entry = (struct qla4_83xx_entry *)((char *)p_poll + in qla4_83xx_poll_list() [all …]
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_nx2.c | 593 struct qla8044_entry *p_entry; in qla8044_write_list() local 596 p_entry = (struct qla8044_entry *)((char *)p_hdr + in qla8044_write_list() 599 for (i = 0; i < p_hdr->count; i++, p_entry++) { in qla8044_write_list() 600 qla8044_wr_reg_indirect(vha, p_entry->arg1, p_entry->arg2); in qla8044_write_list() 619 struct qla8044_entry *p_entry; in qla8044_read_write_list() local 622 p_entry = (struct qla8044_entry *)((char *)p_hdr + in qla8044_read_write_list() 625 for (i = 0; i < p_hdr->count; i++, p_entry++) { in qla8044_read_write_list() 626 qla8044_read_write_crb_reg(vha, p_entry->arg1, in qla8044_read_write_list() 627 p_entry->arg2); in qla8044_read_write_list() 703 struct qla8044_entry *p_entry; in qla8044_poll_list() local [all …]
|