Searched defs:trailer (Results 1 - 12 of 12) sorted by relevance

/drivers/net/usb/
H A Dnet1080.c419 struct nc_trailer *trailer; local
454 trailer = (struct nc_trailer *)
455 (skb->data + skb->len - sizeof *trailer);
456 skb_trim(skb, skb->len - sizeof *trailer);
473 if (header->packet_id != get_unaligned(&trailer->packet_id)) {
477 le16_to_cpu(trailer->packet_id));
493 struct nc_trailer *trailer = NULL; local
536 /* maybe pad; then trailer */
537 if (!((skb->len + sizeof *trailer) & 0x01))
539 trailer
[all...]
/drivers/scsi/be2iscsi/
H A Dbe_cmds.c144 bool is_link_state_evt(u32 trailer) argument
146 return (((trailer >> ASYNC_TRAILER_EVENT_CODE_SHIFT) &
274 /* Interpret flags as an async trailer */
H A Dbe_cmds.h115 * When the event code of an async trailer is link-state, the mcc_compl
125 struct be_async_event_trailer trailer; member in struct:be_async_event_link_state
569 bool is_link_state_evt(u32 trailer);
/drivers/scsi/sym53c8xx_2/
H A Dsym_nvram.h54 u_short byte_count; /* excluding header/trailer */
129 u_char trailer[6]; /* 0xfe 0xfe 0x00 0x00 0x00 0x00 */ member in struct:Symbios_nvram
/drivers/media/video/
H A Dmeye.c616 int pt_start, pt_end, trailer; local
622 trailer = (v >> 1) & 0x3FF;
626 pt_end * PAGE_SIZE + trailer * 4;
628 fsize = (pt_end - pt_start) * PAGE_SIZE + trailer * 4;
/drivers/usb/atm/
H A Dusbatm.c502 if (left >= ATM_AAL5_TRAILER) { /* trailer will go in this cell */
503 u8 *trailer = target + ATM_CELL_SIZE - ATM_AAL5_TRAILER; local
504 /* trailer[0] = 0; UU = 0 */
505 /* trailer[1] = 0; CPI = 0 */
506 trailer[2] = ctrl->len >> 8;
507 trailer[3] = ctrl->len;
511 trailer[4] = ctrl->crc >> 24;
512 trailer[5] = ctrl->crc >> 16;
513 trailer[6] = ctrl->crc >> 8;
514 trailer[
[all...]
/drivers/atm/
H A Diphase.c1305 struct cpcs_trailer *trailer; local
1327 trailer = (struct cpcs_trailer*)((u_char *)skb->data +
1328 skb->len - sizeof(*trailer));
1329 length = swap_byte_order(trailer->length);
1334 IF_ERR(printk("rx_dle_intr: Bad AAL5 trailer %d (skb len %d)",
1703 /* Revenge of the 2 dle (skb + trailer) used in ia_pkt_tx() */
2898 struct cpcs_trailer *trailer; local
2983 trailer = iadev->tx_buf[desc-1].cpcs;
2986 trailer->control = 0;
2988 trailer
[all...]
/drivers/media/rc/
H A Dredrat3.c419 int i, trailer = 0; local
495 /* Save initial pulse length to fudge trailer */
497 trailer = rawir.duration;
510 if (trailer < US_TO_NS(1000))
513 rawir.duration = trailer;
/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c171 u32 trailer, struct be_mcc_compl *evt)
175 event_type = (trailer >> ASYNC_TRAILER_EVENT_TYPE_SHIFT) &
197 static inline bool is_link_state_evt(u32 trailer) argument
199 return ((trailer >> ASYNC_TRAILER_EVENT_CODE_SHIFT) &
204 static inline bool is_grp5_evt(u32 trailer) argument
206 return (((trailer >> ASYNC_TRAILER_EVENT_CODE_SHIFT) &
247 /* Interpret flags as an async trailer */
170 be_async_grp5_evt_process(struct be_adapter *adapter, u32 trailer, struct be_mcc_compl *evt) argument
H A Dbe_cmds.h97 /* When the event code of an async trailer is link-state, the mcc_compl
107 struct be_async_event_trailer trailer; member in struct:be_async_event_link_state
110 /* When the event code of an async trailer is GRP-5 and event_type is QOS_SPEED
118 struct be_async_event_trailer trailer; member in struct:be_async_event_grp5_qos_link_speed
121 /* When the event code of an async trailer is GRP5 and event type is
131 struct be_async_event_trailer trailer; member in struct:be_async_event_grp5_cos_priority
134 /* When the event code of an async trailer is GRP5 and event type is
143 struct be_async_event_trailer trailer; member in struct:be_async_event_grp5_pvid_state
/drivers/net/ethernet/via/
H A Dvia-rhine.c1824 u8 *trailer = (u8 *)skb->data + ((data_size + 3) & ~3) + 2; local
1825 return be16_to_cpup((__be16 *)trailer);
/drivers/scsi/lpfc/
H A Dlpfc_hw4.h2925 uint32_t trailer; member in struct:lpfc_mcqe
2928 #define lpfc_trailer_valid_WORD trailer
2931 #define lpfc_trailer_async_WORD trailer
2934 #define lpfc_trailer_hpi_WORD trailer
2937 #define lpfc_trailer_completed_WORD trailer
2940 #define lpfc_trailer_consumed_WORD trailer
2943 #define lpfc_trailer_type_WORD trailer
2946 #define lpfc_trailer_code_WORD trailer
2995 uint32_t trailer; member in struct:lpfc_acqe_link
3010 uint32_t trailer; member in struct:lpfc_acqe_fip
3022 uint32_t trailer; member in struct:lpfc_acqe_dcbx
3038 uint32_t trailer; member in struct:lpfc_acqe_grp5
3086 uint32_t trailer; member in struct:lpfc_acqe_fc_la
3095 uint32_t trailer; member in struct:lpfc_acqe_sli
[all...]

Completed in 4712 milliseconds