Searched refs:cont_entry (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla4xxx/
H A Dql4_iocb.c121 struct continuation_t1_entry *cont_entry; local
123 cont_entry = (struct continuation_t1_entry *)ha->request_ptr;
128 cont_entry->hdr.entryType = ET_CONTINUE;
129 cont_entry->hdr.entryCount = 1;
130 cont_entry->hdr.systemDefined = (uint8_t) cpu_to_le16(ha->request_in);
132 return cont_entry;
176 struct continuation_t1_entry *cont_entry; local
178 cont_entry = qla4xxx_alloc_cont_entry(ha);
181 &cont_entry->dataseg[0];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dqla1280.c3220 ((struct cont_entry *) pkt)->
3222 ((struct cont_entry *) pkt)->entry_count = 1;
3224 ((struct cont_entry *) pkt)->sys_define =
3229 &((struct cont_entry *) pkt)->dseg_0_address;
H A Dqla1280.h542 struct cont_entry { struct

Completed in 53 milliseconds